Color spaces of #cdedcf
RGB | 205 | 237 | 207 |
---|---|---|---|
HSL | 0.34 | 0.47 | 0.87 |
HSV | 124° | 14° | 93° |
CMYK | 0.14 | 0.00 | 0.13 0.07 |
XYZ | 66.7235 | 78.0525 | 70.5804 |
Yxy | 78.0525 | 0.3098 | 0.3624 |
Hunter Lab | 88.3473 | -19.7973 | 14.4765 |
CIE-Lab | 90.8039 | -15.9859 | 11.0548 |
#cdedcf color RGB value is (205,237,207).
#cdedcf hex color red value is 205, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cdedcf hue: 0.34 , saturation: 0.47 and the lightness value of cdedcf is 0.87.
The process color (four color CMYK) of #cdedcf color hex is 0.14, 0.00, 0.13, 0.07. Web safe color of #cdedcf is #ccffcc. Color #cdedcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101101 | 11001111 |
Octal | 315 | 355 | 317 |
Decimal | 205 | 237 | 207 |
Hex | CD | ED | CF |
Shades of #cdedcf
Tints of #cdedcf
RGB Percentages of Color #cdedcf
CMYK Percentages of Color #cdedcf
Complementary Color
#cdedcf | #edcdeb |
#cdedcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdedcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdedcf Color CSS Codes
.mybgcolor {background-color:#cdedcf; } .myforecolor {color:#cdedcf; } .mybordercolor {border:3px solid #cdedcf; }
#cdedcf Text Font Color
<p style="color:#cdedcf">Text here</p>
This sample text font color is #cdedcf
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.
#cdedcf Background Color
<div style="background-color:#cdedcf">
Div content here</div>
This div background color is #cdedcf
#cdedcf Border Color
<div style="border:3px solid #cdedcf">
Div here</div>
This div border color is #cdedcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,237,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdedcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdedcf; -webkit-box-shadow: 1px 1px 3px 2px #cdedcf; box-shadow: 1px 1px 3px 2px #cdedcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,237,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdedcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdedcf; -webkit-box-shadow: 1px 1px 3px 2px #cdedcf; box-shadow: 1px 1px 3px 2px #cdedcf;">
Div content here</div>
This div box has shadow with color #cdedcf
Comments
No comments written yet.
Please login to write comment.