Color spaces of #cfedd8
RGB | 207 | 237 | 216 |
---|---|---|---|
HSL | 0.38 | 0.45 | 0.87 |
HSV | 138° | 13° | 93° |
CMYK | 0.13 | 0.00 | 0.09 0.07 |
XYZ | 68.4110 | 78.7916 | 76.5684 |
Yxy | 78.7916 | 0.3057 | 0.3521 |
Hunter Lab | 88.7646 | -17.7680 | 10.9917 |
CIE-Lab | 91.1399 | -13.7194 | 6.8716 |
#cfedd8 color RGB value is (207,237,216).
#cfedd8 hex color red value is 207, green value is 237 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cfedd8 hue: 0.38 , saturation: 0.45 and the lightness value of cfedd8 is 0.87.
The process color (four color CMYK) of #cfedd8 color hex is 0.13, 0.00, 0.09, 0.07. Web safe color of #cfedd8 is #ccffcc. Color #cfedd8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101101 | 11011000 |
Octal | 317 | 355 | 330 |
Decimal | 207 | 237 | 216 |
Hex | CF | ED | D8 |
Shades of #cfedd8
Tints of #cfedd8
RGB Percentages of Color #cfedd8
CMYK Percentages of Color #cfedd8
Complementary Color
#cfedd8 | #edcfe4 |
#cfedd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfedd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfedd8 Color CSS Codes
.mybgcolor {background-color:#cfedd8; } .myforecolor {color:#cfedd8; } .mybordercolor {border:3px solid #cfedd8; }
#cfedd8 Text Font Color
<p style="color:#cfedd8">Text here</p>
This sample text font color is #cfedd8
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.
#cfedd8 Background Color
<div style="background-color:#cfedd8">
Div content here</div>
This div background color is #cfedd8
#cfedd8 Border Color
<div style="border:3px solid #cfedd8">
Div here</div>
This div border color is #cfedd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,237,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfedd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfedd8; -webkit-box-shadow: 1px 1px 3px 2px #cfedd8; box-shadow: 1px 1px 3px 2px #cfedd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,237,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfedd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfedd8; -webkit-box-shadow: 1px 1px 3px 2px #cfedd8; box-shadow: 1px 1px 3px 2px #cfedd8;">
Div content here</div>
This div box has shadow with color #cfedd8
Comments
No comments written yet.
Please login to write comment.