How to find the color of different color codes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to find the color of different color codes?

Eg: #87CEFA . How can know the color?

1st May 2018, 8:47 AM
Sajitha
3 Answers
+ 4
Theres know way of converting it into words.You can only convert it to all rgb which is a more understandable format than hex
1st May 2018, 8:59 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
Using a dedicated program for it 😉
1st May 2018, 9:26 AM
KrOW
KrOW - avatar
+ 2
There are plenty of websites to do this. You can probably search "Hex to color" and lots of results will popup. You can also do this in HTML with something like <div width="500" height="500" style="background-color:[HEX CODE]"></div>
1st May 2018, 11:50 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar