Color spaces of #cefecc
RGB | 206 | 254 | 204 |
---|---|---|---|
HSL | 0.33 | 0.96 | 0.90 |
HSV | 118° | 20° | 100° |
CMYK | 0.19 | 0.00 | 0.20 0.00 |
XYZ | 71.7945 | 88.3651 | 70.3989 |
Yxy | 88.3651 | 0.3114 | 0.3833 |
Hunter Lab | 94.0027 | -28.1755 | 21.3994 |
CIE-Lab | 95.3145 | -24.4444 | 18.9802 |
#cefecc color RGB value is (206,254,204).
#cefecc hex color red value is 206, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cefecc hue: 0.33 , saturation: 0.96 and the lightness value of cefecc is 0.90.
The process color (four color CMYK) of #cefecc color hex is 0.19, 0.00, 0.20, 0.00. Web safe color of #cefecc is #ccffcc. Color #cefecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11111110 | 11001100 |
Octal | 316 | 376 | 314 |
Decimal | 206 | 254 | 204 |
Hex | CE | FE | CC |
Shades of #cefecc
Tints of #cefecc
RGB Percentages of Color #cefecc
CMYK Percentages of Color #cefecc
Complementary Color
#cefecc | #fcccfe |
#cefecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cefecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cefecc Color CSS Codes
.mybgcolor {background-color:#cefecc; } .myforecolor {color:#cefecc; } .mybordercolor {border:3px solid #cefecc; }
#cefecc Text Font Color
<p style="color:#cefecc">Text here</p>
This sample text font color is #cefecc
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.
#cefecc Background Color
<div style="background-color:#cefecc">
Div content here</div>
This div background color is #cefecc
#cefecc Border Color
<div style="border:3px solid #cefecc">
Div here</div>
This div border color is #cefecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,254,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cefecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cefecc; -webkit-box-shadow: 1px 1px 3px 2px #cefecc; box-shadow: 1px 1px 3px 2px #cefecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,254,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cefecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cefecc; -webkit-box-shadow: 1px 1px 3px 2px #cefecc; box-shadow: 1px 1px 3px 2px #cefecc;">
Div content here</div>
This div box has shadow with color #cefecc
Comments
No comments written yet.
Please login to write comment.