Color spaces of #ceefc9
RGB | 206 | 239 | 201 |
---|---|---|---|
HSL | 0.31 | 0.54 | 0.86 |
HSV | 112° | 16° | 94° |
CMYK | 0.14 | 0.00 | 0.16 0.06 |
XYZ | 66.8627 | 79.0719 | 66.9967 |
Yxy | 79.0719 | 0.3140 | 0.3713 |
Hunter Lab | 88.9224 | -21.3961 | 17.5749 |
CIE-Lab | 91.2668 | -17.6726 | 14.8336 |
#ceefc9 color RGB value is (206,239,201).
#ceefc9 hex color red value is 206, green value is 239 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ceefc9 hue: 0.31 , saturation: 0.54 and the lightness value of ceefc9 is 0.86.
The process color (four color CMYK) of #ceefc9 color hex is 0.14, 0.00, 0.16, 0.06. Web safe color of #ceefc9 is #ccffcc. Color #ceefc9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101111 | 11001001 |
Octal | 316 | 357 | 311 |
Decimal | 206 | 239 | 201 |
Hex | CE | EF | C9 |
Shades of #ceefc9
Tints of #ceefc9
RGB Percentages of Color #ceefc9
CMYK Percentages of Color #ceefc9
Complementary Color
#ceefc9 | #eac9ef |
#ceefc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceefc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceefc9 Color CSS Codes
.mybgcolor {background-color:#ceefc9; } .myforecolor {color:#ceefc9; } .mybordercolor {border:3px solid #ceefc9; }
#ceefc9 Text Font Color
<p style="color:#ceefc9">Text here</p>
This sample text font color is #ceefc9
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.
#ceefc9 Background Color
<div style="background-color:#ceefc9">
Div content here</div>
This div background color is #ceefc9
#ceefc9 Border Color
<div style="border:3px solid #ceefc9">
Div here</div>
This div border color is #ceefc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,239,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceefc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceefc9; -webkit-box-shadow: 1px 1px 3px 2px #ceefc9; box-shadow: 1px 1px 3px 2px #ceefc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,239,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceefc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceefc9; -webkit-box-shadow: 1px 1px 3px 2px #ceefc9; box-shadow: 1px 1px 3px 2px #ceefc9;">
Div content here</div>
This div box has shadow with color #ceefc9
Comments
No comments written yet.
Please login to write comment.