Hello,
Whenever I work with hexadecimal values, I do the conversion (if needed) into decimal in my head or with the help of a converter. Well I was thinking, if you work long enough and get used to hexadecimal, do you just 'see' the value (whatever that means), as when reading decimal ? I mean are you after a while able to read base 16 values as easily as base 10 values ? When I write code with hexadecimal values, I do it because it looks sexy and badass (and sometimes because 8 bits fits into two digits, which helps sometimes), not because I feel somehow comfortable with 'em. That way I could know if there is any point in trying to get used to hexadecimal, to be some day able to work with them with ease.