Color spaces of #cedadf
RGB | 206 | 218 | 223 |
---|---|---|---|
HSL | 0.55 | 0.21 | 0.84 |
HSV | 198° | 8° | 87° |
CMYK | 0.08 | 0.02 | 0.00 0.13 |
XYZ | 63.8443 | 68.5923 | 79.6867 |
Yxy | 68.5923 | 0.3010 | 0.3234 |
Hunter Lab | 82.8205 | -7.3345 | 0.9277 |
CIE-Lab | 86.3018 | -3.0663 | -3.8524 |
#cedadf color RGB value is (206,218,223).
#cedadf hex color red value is 206, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cedadf hue: 0.55 , saturation: 0.21 and the lightness value of cedadf is 0.84.
The process color (four color CMYK) of #cedadf color hex is 0.08, 0.02, 0.00, 0.13. Web safe color of #cedadf is #cccccc. Color #cedadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011010 | 11011111 |
Octal | 316 | 332 | 337 |
Decimal | 206 | 218 | 223 |
Hex | CE | DA | DF |
Shades of #cedadf
Tints of #cedadf
RGB Percentages of Color #cedadf
CMYK Percentages of Color #cedadf
Complementary Color
#cedadf | #dfd3ce |
#cedadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedadf Color CSS Codes
.mybgcolor {background-color:#cedadf; } .myforecolor {color:#cedadf; } .mybordercolor {border:3px solid #cedadf; }
#cedadf Text Font Color
<p style="color:#cedadf">Text here</p>
This sample text font color is #cedadf
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.
#cedadf Background Color
<div style="background-color:#cedadf">
Div content here</div>
This div background color is #cedadf
#cedadf Border Color
<div style="border:3px solid #cedadf">
Div here</div>
This div border color is #cedadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,218,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedadf; -webkit-box-shadow: 1px 1px 3px 2px #cedadf; box-shadow: 1px 1px 3px 2px #cedadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,218,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cedadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedadf; -webkit-box-shadow: 1px 1px 3px 2px #cedadf; box-shadow: 1px 1px 3px 2px #cedadf;">
Div content here</div>
This div box has shadow with color #cedadf
#cedadf Color Palettes
Comments
No comments written yet.
Please login to write comment.