Colors

Status
Not open for further replies.
It's just hexadecimal values. Meaning 0 through 9, and by extension, A through F (representing 10-15).
Code:
|c[COLOR="White"]ff[/COLOR][COLOR="Red"]rr[/COLOR][COLOR="Lime"]gg[/COLOR][COLOR="Blue"]bb[/COLOR]«text»|r

  • |c: Initiates the code.
  • ff: Deters opacity. Letters can't be transparent, so this is pretty much left as it is.
  • rr: Red color value in HEX.
  • gg: Green color value in HEX.
  • bb: Blue color value in HEX.
  • «text»: Dispenses nerve gas on boot Your text here.
  • |r: Closes the code.
Web Color Chart: http://html-color-codes.com/

|cffffff00This text is yellow|r would output:
This text is yellow
 
Speaking of color codes, does anyone know what's the color code of Hive's background? The one that you see in posts.
9k7414.jpg
 
Thanks guys for you answers but my question was misunderstood I know about hex decimal coding for color. What I meant is for this site. when you want to colorize a post here you write or [COLOR=black] or the color you choose and end it with the [/COLOR], what I was asking is what is the name of the color similar to the one in WarCraft III tooltip. But I found that if you typed [color=#RRGGBB] it works fine.

However, thanks again to all kind users who tried to answer my question :)
 
Status
Not open for further replies.
Back
Top