Friday, February 18, 2005
New page - JavaScript Hex Color Preview
color.html
Enter in a hexadecimal triplet value to preview the color.
There are a lot of color charts and preview utilities out there. This one simply takes a valid hex code (e.g. FFF or FFFFFF or #FFF or #FFFFFF) and shows the color. It also shows a history of the last 10. Everything is done with javascript/dom/css, so there is no submit to the server.
Enter in a hexadecimal triplet value to preview the color.
There are a lot of color charts and preview utilities out there. This one simply takes a valid hex code (e.g. FFF or FFFFFF or #FFF or #FFFFFF) and shows the color. It also shows a history of the last 10. Everything is done with javascript/dom/css, so there is no submit to the server.
posted by Keith [2/18/2005 11:53:00 PM] - permalink - 3 comments
3 comment(s):
If you ever read this, you should make the history hex codes show up in that color, or at least have some sample text.
- Pie_Sniper
Posted [10/08/2006 01:42:00 AM]
Good suggestion. I added sample text to the script at mredkj.com.
Posted [10/11/2006 07:06:00 PM]
Wow; thanks alot. :)