Color spaces of #cedfdc
RGB | 206 | 223 | 220 |
---|---|---|---|
HSL | 0.47 | 0.21 | 0.84 |
HSV | 169° | 8° | 87° |
CMYK | 0.08 | 0.00 | 0.01 0.13 |
XYZ | 64.7595 | 71.0645 | 78.0138 |
Yxy | 71.0645 | 0.3028 | 0.3323 |
Hunter Lab | 84.2998 | -10.4000 | 4.1409 |
CIE-Lab | 87.5163 | -6.2191 | -0.4882 |
#cedfdc color RGB value is (206,223,220).
#cedfdc hex color red value is 206, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cedfdc hue: 0.47 , saturation: 0.21 and the lightness value of cedfdc is 0.84.
The process color (four color CMYK) of #cedfdc color hex is 0.08, 0.00, 0.01, 0.13. Web safe color of #cedfdc is #cccccc. Color #cedfdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011111 | 11011100 |
Octal | 316 | 337 | 334 |
Decimal | 206 | 223 | 220 |
Hex | CE | DF | DC |
Shades of #cedfdc
Tints of #cedfdc
RGB Percentages of Color #cedfdc
CMYK Percentages of Color #cedfdc
Complementary Color
#cedfdc | #dfced1 |
#cedfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedfdc Color CSS Codes
.mybgcolor {background-color:#cedfdc; } .myforecolor {color:#cedfdc; } .mybordercolor {border:3px solid #cedfdc; }
#cedfdc Text Font Color
<p style="color:#cedfdc">Text here</p>
This sample text font color is #cedfdc
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.
#cedfdc Background Color
<div style="background-color:#cedfdc">
Div content here</div>
This div background color is #cedfdc
#cedfdc Border Color
<div style="border:3px solid #cedfdc">
Div here</div>
This div border color is #cedfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,223,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedfdc; -webkit-box-shadow: 1px 1px 3px 2px #cedfdc; box-shadow: 1px 1px 3px 2px #cedfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,223,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cedfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedfdc; -webkit-box-shadow: 1px 1px 3px 2px #cedfdc; box-shadow: 1px 1px 3px 2px #cedfdc;">
Div content here</div>
This div box has shadow with color #cedfdc
Comments
No comments written yet.
Please login to write comment.