Color spaces of #cee65f
RGB | 206 | 230 | 95 |
---|---|---|---|
HSL | 0.20 | 0.73 | 0.64 |
HSV | 71° | 59° | 90° |
CMYK | 0.10 | 0.00 | 0.59 0.10 |
XYZ | 55.8160 | 70.5417 | 21.5006 |
Yxy | 70.5417 | 0.3775 | 0.4771 |
Hunter Lab | 83.9891 | -28.3566 | 43.6146 |
CIE-Lab | 87.2619 | -26.3874 | 61.5732 |
#cee65f color RGB value is (206,230,95).
#cee65f hex color red value is 206, green value is 230 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cee65f hue: 0.20 , saturation: 0.73 and the lightness value of cee65f is 0.64.
The process color (four color CMYK) of #cee65f color hex is 0.10, 0.00, 0.59, 0.10. Web safe color of #cee65f is #ccff66. Color #cee65f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11100110 | 01011111 |
Octal | 316 | 346 | 137 |
Decimal | 206 | 230 | 95 |
Hex | CE | E6 | 5F |
Shades of #cee65f
Tints of #cee65f
RGB Percentages of Color #cee65f
CMYK Percentages of Color #cee65f
Complementary Color
#cee65f | #775fe6 |
#cee65f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cee65f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cee65f Color CSS Codes
.mybgcolor {background-color:#cee65f; } .myforecolor {color:#cee65f; } .mybordercolor {border:3px solid #cee65f; }
#cee65f Text Font Color
<p style="color:#cee65f">Text here</p>
This sample text font color is #cee65f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cee65f Background Color
<div style="background-color:#cee65f">
Div content here</div>
This div background color is #cee65f
#cee65f Border Color
<div style="border:3px solid #cee65f">
Div here</div>
This div border color is #cee65f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,230,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cee65f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cee65f; -webkit-box-shadow: 1px 1px 3px 2px #cee65f; box-shadow: 1px 1px 3px 2px #cee65f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,230,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cee65f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cee65f; -webkit-box-shadow: 1px 1px 3px 2px #cee65f; box-shadow: 1px 1px 3px 2px #cee65f;">
Div content here</div>
This div box has shadow with color #cee65f
Comments
No comments written yet.
Please login to write comment.