Color spaces of #ceef5c
RGB | 206 | 239 | 92 |
---|---|---|---|
HSL | 0.20 | 0.82 | 0.65 |
HSV | 73° | 62° | 94° |
CMYK | 0.14 | 0.00 | 0.62 0.06 |
XYZ | 58.2519 | 75.6275 | 21.6526 |
Yxy | 75.6275 | 0.3745 | 0.4863 |
Hunter Lab | 86.9641 | -32.6209 | 46.1126 |
CIE-Lab | 89.6861 | -30.8322 | 65.4791 |
#ceef5c color RGB value is (206,239,92).
#ceef5c hex color red value is 206, green value is 239 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ceef5c hue: 0.20 , saturation: 0.82 and the lightness value of ceef5c is 0.65.
The process color (four color CMYK) of #ceef5c color hex is 0.14, 0.00, 0.62, 0.06. Web safe color of #ceef5c is #ccff66. Color #ceef5c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101111 | 01011100 |
Octal | 316 | 357 | 134 |
Decimal | 206 | 239 | 92 |
Hex | CE | EF | 5C |
Shades of #ceef5c
Tints of #ceef5c
RGB Percentages of Color #ceef5c
CMYK Percentages of Color #ceef5c
Complementary Color
#ceef5c | #7d5cef |
#ceef5c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceef5c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceef5c Color CSS Codes
.mybgcolor {background-color:#ceef5c; } .myforecolor {color:#ceef5c; } .mybordercolor {border:3px solid #ceef5c; }
#ceef5c Text Font Color
<p style="color:#ceef5c">Text here</p>
This sample text font color is #ceef5c
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.
#ceef5c Background Color
<div style="background-color:#ceef5c">
Div content here</div>
This div background color is #ceef5c
#ceef5c Border Color
<div style="border:3px solid #ceef5c">
Div here</div>
This div border color is #ceef5c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,239,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceef5c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceef5c; -webkit-box-shadow: 1px 1px 3px 2px #ceef5c; box-shadow: 1px 1px 3px 2px #ceef5c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,239,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceef5c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceef5c; -webkit-box-shadow: 1px 1px 3px 2px #ceef5c; box-shadow: 1px 1px 3px 2px #ceef5c;">
Div content here</div>
This div box has shadow with color #ceef5c
Comments
No comments written yet.
Please login to write comment.