Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged color



« Prev 1 Next »
By Matt Lagrandeur
0 1362 posted 10 years ago by tionazo
this function gets a parameter like an hex color (es: "#ffffff"), an abbreviated hex color (es: "#fff"), an rgb color (es: "rgb(255,255,255)") or an rgba color (es: "rgba(255,255,255,1)"), and returns an object containing the rgba values, like { red:...
0 2360 posted 13 years ago by claudiowebdesign
Generates random hex values ("You know, these guys: #0afec0, #c9f2d0, #9b923e")
1 981 posted 14 years ago by mike_fowler
You have a RGB value and want to convert it into Hexadecimal mode, here’s how to do it using JavaScript.
0 983 posted 14 years ago by math89
0 769 posted 15 years ago by joshuabaker
I just put all the functions in here the validateConfPass function uses the key event and the two text fields to change the background color of the confPassword field when it does not equal the pass field
0 1114 posted 16 years ago by jlvallelonga
see website for all information about that. some more theory: [color-scaling-function](http://stackoverflow.com/questions/168838/color-scaling-function) [generate-color-for-a-power-meter-red-to-green](http://stackoverflow.com/questions/340209/gene...
0 1339 posted 16 years ago by localhorst
« Prev 1 Next »