Author Topic: Hex Color Codes  (Read 1799 times)

I need the hex color codes for White, Green, and Red plz

white = ffffff green = 00ff00 red = ?

thank you and also it would be nice if someone posted all of them


k thx but thing is what are the ones used in blockland? what i mostly need is the dark blue connection sgn adn greyish clan tags

k thx but thing is what are the ones used in blockland? what i mostly need is the dark blue connection sign adn greyish clan tags
that and is there a way to add sound like the connection sound to a server or you have been admined?


what i meant was the ones used in bl chat like clan tags admin green and connection blue

Best way to think of it:
The hexadecimal codes do this:
RedRedGreenGreenBlueBlue
So the value of 000000 contains no color, and is therefore black.  Naturally, the value of FFFFFF contains all colors, and is white.  Using the RRGGBB rubric: FF0000 is red, 00FF00 is green, and 0000FF is blue.
Mixing these colors is just like mixing paints, so if we combine red and blue (FF00FF) we get a purple/pink.
The Hex values range from 0 to 9, and from A to F.

Double Post.

Now that I see your last post (Hurr), here is what you wanted:

Code: (Tags) [Select]
<color:666666>
Code: (Admin Connect) [Select]
<color:00FF00>
Code: (Player Names in Chat) [Select]
<color:FFFF00>
I'm not so sure on the connection blue, because I don't think it's the solid 0000FF blue, so mess around a little using my guide.

thx thats what i needed



No edit button, sorry for triple pose D: