HEX: #CCEE00
RGB: (204,238,0)
#CCEE00 contains only red and green colors. Web safe color of #CCEE00 is #CCFF00 (or #CF0).
#CCEE00 color RGB value is (204,238,0).
RGB: (204,238,0)
(80%, 93%, 0%)
R 204 of 255 = 80%
G 238 of 255 = 93%
B 0 of 255 = 0%
R + G + B ~ 58%. #CCEE00 is middle color (not dark and not light).
R + G + B = 204 + 238 + 0 = 442 (100%)
R 204 of 442 ~ 46.15%
G 238 of 442 ~ 53.85%
B 0 of 442 ~ 0'%
#CCEE00 color CMYK value is (14,0,100,7).
CMYK: (14,0,100,7)
C14M0Y100K7 (14%, 0%, 100%, 7%)
(0.14 / 0.00 / 1.00 / 0.07)
Color #CCEE00 in popluar color models
CC | EE | 00 | |
---|---|---|---|
RGB | 204 | 238 | 0 |
HSL | 69° | 100.00% | 46.67% |
HSB/HSV | 69° | 100.00% | 93.33% |
CMYK | 14.29% | 0.00% | 100.00% |
6.67% |
Color #CCEE00 in popluar number systems.
HEX | CC | EE | 00 |
Decimal | 204 | 238 | 0 |
Binary | 11001100 | 11101110 | 0 |
Octal | 314 | 356 | 0 |
Shades of #CCEE00
Tints of #CCEE00
Examples of css and html codes for elements with #CCEE00 color. Also use rgb(204,238,0) instead hex code.
.myTextColor { color: #CCEE00; }
<p style="color:#CCEE00">This sample text font color is #CCEE00.</p>
This text font color is #CCEE00.
.myBgColor { background-color: #CCEE00; }
<div style="background-color:#CCEE00">Inner text</div>
This div background color is #CCEE00.
.myBorderColor { border: 1px solid #CCEE00; }
<div style="border:3px solid #CCEE00">Div</div>
This div border color is #CCEE00.
.myOpacity80 { color: #CCEE00; opacity: 0.8; }
<p style="color:#CCEE00;opacity:0.8;">80%</p>
Text with #CCEE00 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCEE00;}
<p style="text-shadow: 3px 3px 1px #CCEE00">Text here.</p>
This text has shadow with #CCEE00 color.
.textShadow {text-shadow: 3px 3px 1px #CCEE00', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCEE00, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCEE00 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCEE00, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCEE00, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCEE00 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCEE00;
-webkit-box-shadow: 1px 1px 3px 2px #CCEE00;
box-shadow: 1px 1px 3px 2px #CCEE00;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCEE00; -webkit-box-shadow: 1px 1px 3px 2px #CCEE00; box-shadow:1px 1px 3px 2px #CCEE00;">
Div content here
</div>
This text has color #CCEE00 on black background.
This text has color #CCEE00 on white background.
This text has black color on #CCEE00 background.
This text has white color on #CCEE00 background.
Complementary color for #hex is #3311FF.