[ASK] CSS Colors format of 3 character, #FFF or #AAA
How browser read a color formated as #ABC, is it just repeat the Char twice for each to generate #AABBCC ?.
View ArticleRe: [ASK] CSS Colors format of 3 character, #FFF or #AAA
Thanks, Is any other formats for color?I know about RGB(255,255,255) and i hate it .
View ArticleRe: [ASK] CSS Colors format of 3 character, #FFF or #AAA
name the colourAliceBlue, AntiqueWhite, Aqua, Aquamarine, Azure, Beige, Bisque, Black, BlanchedAlmond, Blue, BlueViolet, Brown, BurlyWood, CadetBlue, Chartreuse, Chocolate, Coral, CornflowerBlue,...
View ArticleRe: [ASK] CSS Colors format of 3 character, #FFF or #AAA
There's the HSL color format (Hue, Saturation, Luminence). Though to use it for your website would require a javascript/php function to convert it to RGB, unless they have a built in function for it...
View ArticleRe: [ASK] CSS Colors format of 3 character, #FFF or #AAA
Connorhd: I founded ithttp://en.wikipedia.org/wiki/Web_colourshttp://www.websiteoptimization.com/speed/tweak/hex/thanks again.
View ArticleRe: [ASK] CSS Colors format of 3 character, #FFF or #AAA
lol, my text editor can do regex replaces so i couldn't resist
View ArticleRe: [ASK] CSS Colors format of 3 character, #FFF or #AAA
http://en.wikipedia.org/wiki/Web_colours is good Zaher, thanks sharing this info...and lot of ideas for me.. there...
View Article