HEX: #CEEB00
RGB: (206,235,0)
#CEEB00 contains only red and green colors. Web safe color of #CEEB00 is #CCFF00 (or #CF0).
#CEEB00 color RGB value is (206,235,0).
RGB: (206,235,0)
(81%, 92%, 0%)
R 206 of 255 = 81%
G 235 of 255 = 92%
B 0 of 255 = 0%
R + G + B ~ 58%. #CEEB00 is middle color (not dark and not light).
R + G + B = 206 + 235 + 0 = 441 (100%)
R 206 of 441 ~ 46.71%
G 235 of 441 ~ 53.29%
B 0 of 441 ~ 0'%
#CEEB00 color CMYK value is (12,0,100,8).
CMYK: (12,0,100,8)
C12M0Y100K8 (12%, 0%, 100%, 8%)
(0.12 / 0.00 / 1.00 / 0.08)
Color #CEEB00 in popluar color models
CE | EB | 00 | |
---|---|---|---|
RGB | 206 | 235 | 0 |
HSL | 67° | 100.00% | 46.08% |
HSB/HSV | 67° | 100.00% | 92.16% |
CMYK | 12.34% | 0.00% | 100.00% |
7.84% |
Color #CEEB00 in popluar number systems.
HEX | CE | EB | 00 |
Decimal | 206 | 235 | 0 |
Binary | 11001110 | 11101011 | 0 |
Octal | 316 | 353 | 0 |
Shades of #CEEB00
Tints of #CEEB00
Examples of css and html codes for elements with #CEEB00 color. Also use rgb(206,235,0) instead hex code.
.myTextColor { color: #CEEB00; }
<p style="color:#CEEB00">This sample text font color is #CEEB00.</p>
This text font color is #CEEB00.
.myBgColor { background-color: #CEEB00; }
<div style="background-color:#CEEB00">Inner text</div>
This div background color is #CEEB00.
.myBorderColor { border: 1px solid #CEEB00; }
<div style="border:3px solid #CEEB00">Div</div>
This div border color is #CEEB00.
.myOpacity80 { color: #CEEB00; opacity: 0.8; }
<p style="color:#CEEB00;opacity:0.8;">80%</p>
Text with #CEEB00 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CEEB00;}
<p style="text-shadow: 3px 3px 1px #CEEB00">Text here.</p>
This text has shadow with #CEEB00 color.
.textShadow {text-shadow: 3px 3px 1px #CEEB00', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CEEB00, 5px 5px 20px red">Text here.</p>
This text has shadow with #CEEB00 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEEB00, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CEEB00, Direction=45, Strength=4)">Text</p>
This text has shadow with #CEEB00 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CEEB00;
-webkit-box-shadow: 1px 1px 3px 2px #CEEB00;
box-shadow: 1px 1px 3px 2px #CEEB00;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEEB00; -webkit-box-shadow: 1px 1px 3px 2px #CEEB00; box-shadow:1px 1px 3px 2px #CEEB00;">
Div content here
</div>
This text has color #CEEB00 on black background.
This text has color #CEEB00 on white background.
This text has black color on #CEEB00 background.
This text has white color on #CEEB00 background.
Complementary color for #hex is #3114FF.