Color spaces of #cfe0da
RGB | 207 | 224 | 218 |
---|---|---|---|
HSL | 0.44 | 0.22 | 0.85 |
HSV | 159° | 8° | 88° |
CMYK | 0.08 | 0.00 | 0.03 0.12 |
XYZ | 65.0427 | 71.6387 | 76.7292 |
Yxy | 71.6387 | 0.3048 | 0.3357 |
Hunter Lab | 84.6396 | -10.9482 | 5.4990 |
CIE-Lab | 87.7944 | -6.7772 | 0.9790 |
#cfe0da color RGB value is (207,224,218).
#cfe0da hex color red value is 207, green value is 224 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cfe0da hue: 0.44 , saturation: 0.22 and the lightness value of cfe0da is 0.85.
The process color (four color CMYK) of #cfe0da color hex is 0.08, 0.00, 0.03, 0.12. Web safe color of #cfe0da is #cccccc. Color #cfe0da contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100000 | 11011010 |
Octal | 317 | 340 | 332 |
Decimal | 207 | 224 | 218 |
Hex | CF | E0 | DA |
Shades of #cfe0da
Tints of #cfe0da
RGB Percentages of Color #cfe0da
CMYK Percentages of Color #cfe0da
Complementary Color
#cfe0da | #e0cfd5 |
#cfe0da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe0da Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe0da Color CSS Codes
.mybgcolor {background-color:#cfe0da; } .myforecolor {color:#cfe0da; } .mybordercolor {border:3px solid #cfe0da; }
#cfe0da Text Font Color
<p style="color:#cfe0da">Text here</p>
This sample text font color is #cfe0da
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.
#cfe0da Background Color
<div style="background-color:#cfe0da">
Div content here</div>
This div background color is #cfe0da
#cfe0da Border Color
<div style="border:3px solid #cfe0da">
Div here</div>
This div border color is #cfe0da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,224,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe0da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe0da; -webkit-box-shadow: 1px 1px 3px 2px #cfe0da; box-shadow: 1px 1px 3px 2px #cfe0da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,224,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe0da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe0da; -webkit-box-shadow: 1px 1px 3px 2px #cfe0da; box-shadow: 1px 1px 3px 2px #cfe0da;">
Div content here</div>
This div box has shadow with color #cfe0da
Comments
No comments written yet.
Please login to write comment.