Color spaces of #ceefaf
RGB | 206 | 239 | 175 |
---|---|---|---|
HSL | 0.25 | 0.67 | 0.81 |
HSV | 91° | 27° | 94° |
CMYK | 0.14 | 0.00 | 0.27 0.06 |
XYZ | 64.0580 | 77.9500 | 52.2271 |
Yxy | 77.9500 | 0.3298 | 0.4013 |
Hunter Lab | 88.2893 | -24.9962 | 26.7298 |
CIE-Lab | 90.7571 | -21.7823 | 27.5059 |
#ceefaf color RGB value is (206,239,175).
#ceefaf hex color red value is 206, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ceefaf hue: 0.25 , saturation: 0.67 and the lightness value of ceefaf is 0.81.
The process color (four color CMYK) of #ceefaf color hex is 0.14, 0.00, 0.27, 0.06. Web safe color of #ceefaf is #ccff99. Color #ceefaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101111 | 10101111 |
Octal | 316 | 357 | 257 |
Decimal | 206 | 239 | 175 |
Hex | CE | EF | AF |
Shades of #ceefaf
Tints of #ceefaf
RGB Percentages of Color #ceefaf
CMYK Percentages of Color #ceefaf
Complementary Color
#ceefaf | #d0afef |
#ceefaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceefaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceefaf Color CSS Codes
.mybgcolor {background-color:#ceefaf; } .myforecolor {color:#ceefaf; } .mybordercolor {border:3px solid #ceefaf; }
#ceefaf Text Font Color
<p style="color:#ceefaf">Text here</p>
This sample text font color is #ceefaf
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.
#ceefaf Background Color
<div style="background-color:#ceefaf">
Div content here</div>
This div background color is #ceefaf
#ceefaf Border Color
<div style="border:3px solid #ceefaf">
Div here</div>
This div border color is #ceefaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,239,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceefaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceefaf; -webkit-box-shadow: 1px 1px 3px 2px #ceefaf; box-shadow: 1px 1px 3px 2px #ceefaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,239,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceefaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceefaf; -webkit-box-shadow: 1px 1px 3px 2px #ceefaf; box-shadow: 1px 1px 3px 2px #ceefaf;">
Div content here</div>
This div box has shadow with color #ceefaf
Comments
No comments written yet.
Please login to write comment.