Merchant Archive
Thread: Making COLORED signs labels
Draznar wrote:
Yes. I believe we should not keep bumping this to the top.
Why do you guys keep bumping this???
oh..oops ![]()
Hey guys, I was did a google search for hex color chart, and found a great page that you can use...
DISCLAIMER, I did note that it was a site that was web resources for adult sites (no porn, but like how to's) but the page in this link is very safe.
http://www.arsresources.com/webmaster-tools/colors.html
SO DO NOT GO ANYWHERE FROM HERE
Check out:
http://www.visibone.com/colorlab/This is a safe site, I use it quite often when designing web-based UIs
The chart on the left can be set to 3 different sizes and as you click on a color, it gives you the details to the right. You can add and remove colors to see how they work (look) together.
Marqie that is a really good chart. Thanks for letting us know about it.
heh, you really shouldn't need a chart, it's just two digits for red, green, and blue. and for those of you unfamilier with the base16 numbering system of hex then it's just like this:
0 1 2 3 4 5 6 7 8 9 A B C D E F
so \#FF0000\ = brght red
and \#440000\ = dull red
you get the picture...hopefully
For that Extra special, off-the-wall color, I use:
http://www.lynda.com/hexh.html
It's EVERY non-dithering, web-safe color, with Hex and RGB numbers.