Color spaces of #cedfcd
RGB | 206 | 223 | 205 |
---|---|---|---|
HSL | 0.32 | 0.22 | 0.84 |
HSV | 117° | 8° | 87° |
CMYK | 0.08 | 0.00 | 0.08 0.13 |
XYZ | 62.8607 | 70.3049 | 68.0147 |
Yxy | 70.3049 | 0.3125 | 0.3495 |
Hunter Lab | 83.8480 | -12.9129 | 10.5996 |
CIE-Lab | 87.1462 | -8.9665 | 6.8718 |
#cedfcd color RGB value is (206,223,205).
#cedfcd hex color red value is 206, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cedfcd hue: 0.32 , saturation: 0.22 and the lightness value of cedfcd is 0.84.
The process color (four color CMYK) of #cedfcd color hex is 0.08, 0.00, 0.08, 0.13. Web safe color of #cedfcd is #cccccc. Color #cedfcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011111 | 11001101 |
Octal | 316 | 337 | 315 |
Decimal | 206 | 223 | 205 |
Hex | CE | DF | CD |
Shades of #cedfcd
Tints of #cedfcd
RGB Percentages of Color #cedfcd
CMYK Percentages of Color #cedfcd
Complementary Color
#cedfcd | #decddf |
#cedfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedfcd Color CSS Codes
.mybgcolor {background-color:#cedfcd; } .myforecolor {color:#cedfcd; } .mybordercolor {border:3px solid #cedfcd; }
#cedfcd Text Font Color
<p style="color:#cedfcd">Text here</p>
This sample text font color is #cedfcd
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.
#cedfcd Background Color
<div style="background-color:#cedfcd">
Div content here</div>
This div background color is #cedfcd
#cedfcd Border Color
<div style="border:3px solid #cedfcd">
Div here</div>
This div border color is #cedfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,223,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedfcd; -webkit-box-shadow: 1px 1px 3px 2px #cedfcd; box-shadow: 1px 1px 3px 2px #cedfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,223,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cedfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedfcd; -webkit-box-shadow: 1px 1px 3px 2px #cedfcd; box-shadow: 1px 1px 3px 2px #cedfcd;">
Div content here</div>
This div box has shadow with color #cedfcd
Comments
No comments written yet.
Please login to write comment.