Color spaces of #ced7cb
RGB | 206 | 215 | 203 |
---|---|---|---|
HSL | 0.29 | 0.13 | 0.82 |
HSV | 105° | 6° | 84° |
CMYK | 0.04 | 0.00 | 0.06 0.16 |
XYZ | 60.5335 | 66.0345 | 66.0554 |
Yxy | 66.0345 | 0.3143 | 0.3428 |
Hunter Lab | 81.2616 | -9.2394 | 8.6879 |
CIE-Lab | 85.0140 | -5.2197 | 4.8533 |
#ced7cb color RGB value is (206,215,203).
#ced7cb hex color red value is 206, green value is 215 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ced7cb hue: 0.29 , saturation: 0.13 and the lightness value of ced7cb is 0.82.
The process color (four color CMYK) of #ced7cb color hex is 0.04, 0.00, 0.06, 0.16. Web safe color of #ced7cb is #cccccc. Color #ced7cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11010111 | 11001011 |
Octal | 316 | 327 | 313 |
Decimal | 206 | 215 | 203 |
Hex | CE | D7 | CB |
Shades of #ced7cb
Tints of #ced7cb
RGB Percentages of Color #ced7cb
CMYK Percentages of Color #ced7cb
Complementary Color
#ced7cb | #d4cbd7 |
#ced7cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ced7cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ced7cb Color CSS Codes
.mybgcolor {background-color:#ced7cb; } .myforecolor {color:#ced7cb; } .mybordercolor {border:3px solid #ced7cb; }
#ced7cb Text Font Color
<p style="color:#ced7cb">Text here</p>
This sample text font color is #ced7cb
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.
#ced7cb Background Color
<div style="background-color:#ced7cb">
Div content here</div>
This div background color is #ced7cb
#ced7cb Border Color
<div style="border:3px solid #ced7cb">
Div here</div>
This div border color is #ced7cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,215,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ced7cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ced7cb; -webkit-box-shadow: 1px 1px 3px 2px #ced7cb; box-shadow: 1px 1px 3px 2px #ced7cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,215,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ced7cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ced7cb; -webkit-box-shadow: 1px 1px 3px 2px #ced7cb; box-shadow: 1px 1px 3px 2px #ced7cb;">
Div content here</div>
This div box has shadow with color #ced7cb
Comments
No comments written yet.
Please login to write comment.