+ 1
How to find the color of different color codes?
Eg: #87CEFA . How can know the color?
3 Antworten
+ 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
+ 2
Using a dedicated program for it 😉
+ 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>