Blockland Forums > General Discussion
what color is /c2 in hex
CheeseDragon:
--- Quote from: Zeblote on January 20, 2013, 01:42:57 PM ---/c2 is not a color
--- End quote ---
Umm... When typing it in welcome messages and such it is...
Electrk:
I think he means \c2
Rub:
--- Code: ---.cc0 { color: #ff7474; text-shadow: -1px 0 #AA0000, 0 1px #AA0000, 1px 0 #AA0000, 0 -1px #AA0000;}
.cc1 { color: #8e8eff; text-shadow: -1px 0 #262699, 0 1px #262699, 1px 0 #262699, 0 -1px #262699; }
.cc2 { color: #00ff00; text-shadow: -1px 0 #0E7700, 0 1px #0E7700, 1px 0 #0E7700, 0 -1px #0E7700; }
.cc3 { color: #ffff00; text-shadow: -1px 0 #808000, 0 1px #808000, 1px 0 #808000, 0 -1px #808000; }
.cc4 { color: #00ffff; }
.cc5 { color: #f6f; text-shadow: -1px 0 #909, 0 1px #909, 1px 0 #909, 0 -1px #909; }
.cc6 { color: #fff; }
.cc7 { color: #777; }
.cc8 { color: #606060; text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333; }
--- End code ---
There's all of them, stolen from RTB server chat. Ignore the shadows. Actually just thinking, some of these will be wrong, oh well yolo!
Treynolds416:
ok sorry for not pressing backslash
The actual codes go like this
\c0 ff0000
\c1 0000ff
\c2 00ff00
\c3 ffff00
\c4 00ffff
\c5 ff00ff
\c6 ffffff
\c7 777777
\c8 000000
ZSNO:
--- Quote from: Treynolds416 on January 20, 2013, 02:00:26 PM ---ok sorry for not pressing backslash
The actual codes go like this
\c0 ff0000
\c1 0000ff
\c2 00ff00
\c3 ffff00
\c4 00ffff
\c5 ff00ff
\c6 ffffff
\c7 777777
\c8 000000
--- End quote ---
Some of them are actually slightly different from the pure colors.
Refer to Rub's table