How to idnetify that which hexadecimal value produce which color..?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to idnetify that which hexadecimal value produce which color..??

23rd Sep 2018, 9:59 AM
M.MANIVANNAN
M.MANIVANNAN - avatar
5 Answers
+ 4
HEX Value In HTML, a color can be specified using a hexadecimal value in the form: #rrggbb Where rr (red), gg (green) and bb (blue) are hexadecimal values between 00 and ff (same as decimal 0-255). For example, #ff0000 is displayed as red, because red is set to its highest value (ff) and the others are set to the lowest value (00).
23rd Sep 2018, 10:28 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 10
Harsh Yadav -.-' Did you think that is okay that if you just copy Ulisses Cruz 's answer, then post it? Lol. 😁
13th Oct 2018, 5:58 AM
Donthack
Donthack - avatar
+ 9
How Codeie said, sometimes it's just much more easier to look about a color picker website - where you are able to choose any color of you want, and there would be a place to show you the codename of the choosen color. 👍 I offer you the color picker of the w3schools.com. Try it out! 😉 https://www.w3schools.com/colors/colors_picker.asp Note: you can find the HEX codes also there (for the colors), just scroll down on the page, after you were choosen any color for base. 👍✌️
13th Oct 2018, 6:05 AM
Donthack
Donthack - avatar
+ 3
Hexadecimal is a way to represent RGB colors in a shorter way. RGB stands for Red, Green, Blue. It actually stands for "how many of which color" to put in order to make the color. RGB explaination in 30 seconds: https://youtu.be/CrBFNLvoL6A RGB to Hex explained: https://youtu.be/hhI4x6hx21s
23rd Sep 2018, 10:30 AM
Aviv Eldan
Aviv Eldan - avatar
+ 2
You cannot certainly identify all the colors in hexa-decimal and there is no need to identify rather of you want, you can add a comment in your code for ease. For choosing diiferent colors, you can use online websites which help you pick colors by just a tap over the color pallets. Search in web for flat ui colors.
25th Sep 2018, 7:21 AM
Codeie
Codeie - avatar