+ 1
Is there any trick to remember hex codes for colours???
5 Respuestas
+ 10
Before memorizing, it is better to understand how it works. In any case, even if you understand how it works to look for a specific color, it can be quite complicated, which is why most people usually use a Color Picker. Most text editors / IDE have some complement for this.
https://www.pluralsight.com/blog/tutorials/understanding-hexadecimal-colors-simple
+ 10
green
↓
# ff ff ff ←blue
↑
red
0 -> black
f -> white
if rgb repeats eg. #12 12 12 it's more likely to be a shade of grey
+ 3
a → grey
+ 2
thanks 😊
0
From the answer of Sreejith #ffffff in which first ff for red,second ff for green and last ff for blue
And you not to remember all colors hax value only remember which are frequently use in your work..