Color spaces of #cde1ed
RGB | 205 | 225 | 237 |
---|---|---|---|
HSL | 0.56 | 0.47 | 0.87 |
HSV | 203° | 14° | 93° |
CMYK | 0.14 | 0.05 | 0.00 0.07 |
XYZ | 67.3881 | 72.9440 | 90.6486 |
Yxy | 72.9440 | 0.2917 | 0.3158 |
Hunter Lab | 85.4073 | -8.6225 | -3.1435 |
CIE-Lab | 88.4210 | -4.2445 | -8.1107 |
#cde1ed color RGB value is (205,225,237).
#cde1ed hex color red value is 205, green value is 225 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cde1ed hue: 0.56 , saturation: 0.47 and the lightness value of cde1ed is 0.87.
The process color (four color CMYK) of #cde1ed color hex is 0.14, 0.05, 0.00, 0.07. Web safe color of #cde1ed is #ccccff. Color #cde1ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100001 | 11101101 |
Octal | 315 | 341 | 355 |
Decimal | 205 | 225 | 237 |
Hex | CD | E1 | ED |
Shades of #cde1ed
Tints of #cde1ed
RGB Percentages of Color #cde1ed
CMYK Percentages of Color #cde1ed
Complementary Color
#cde1ed | #edd9cd |
#cde1ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde1ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde1ed Color CSS Codes
.mybgcolor {background-color:#cde1ed; } .myforecolor {color:#cde1ed; } .mybordercolor {border:3px solid #cde1ed; }
#cde1ed Text Font Color
<p style="color:#cde1ed">Text here</p>
This sample text font color is #cde1ed
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.
#cde1ed Background Color
<div style="background-color:#cde1ed">
Div content here</div>
This div background color is #cde1ed
#cde1ed Border Color
<div style="border:3px solid #cde1ed">
Div here</div>
This div border color is #cde1ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,225,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde1ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde1ed; -webkit-box-shadow: 1px 1px 3px 2px #cde1ed; box-shadow: 1px 1px 3px 2px #cde1ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,225,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde1ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde1ed; -webkit-box-shadow: 1px 1px 3px 2px #cde1ed; box-shadow: 1px 1px 3px 2px #cde1ed;">
Div content here</div>
This div box has shadow with color #cde1ed
Comments
No comments written yet.
Please login to write comment.