Color spaces of #cde1cd
RGB | 205 | 225 | 205 |
---|---|---|---|
HSL | 0.33 | 0.25 | 0.84 |
HSV | 120° | 9° | 88° |
CMYK | 0.09 | 0.00 | 0.09 0.12 |
XYZ | 63.1215 | 71.2373 | 68.1809 |
Yxy | 71.2373 | 0.3117 | 0.3517 |
Hunter Lab | 84.4022 | -14.2098 | 11.1865 |
CIE-Lab | 87.6002 | -10.3217 | 7.5154 |
#cde1cd color RGB value is (205,225,205).
#cde1cd hex color red value is 205, green value is 225 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cde1cd hue: 0.33 , saturation: 0.25 and the lightness value of cde1cd is 0.84.
The process color (four color CMYK) of #cde1cd color hex is 0.09, 0.00, 0.09, 0.12. Web safe color of #cde1cd is #cccccc. Color #cde1cd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100001 | 11001101 |
Octal | 315 | 341 | 315 |
Decimal | 205 | 225 | 205 |
Hex | CD | E1 | CD |
Shades of #cde1cd
Tints of #cde1cd
RGB Percentages of Color #cde1cd
CMYK Percentages of Color #cde1cd
Complementary Color
#cde1cd | #e1cde1 |
#cde1cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde1cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde1cd Color CSS Codes
.mybgcolor {background-color:#cde1cd; } .myforecolor {color:#cde1cd; } .mybordercolor {border:3px solid #cde1cd; }
#cde1cd Text Font Color
<p style="color:#cde1cd">Text here</p>
This sample text font color is #cde1cd
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.
#cde1cd Background Color
<div style="background-color:#cde1cd">
Div content here</div>
This div background color is #cde1cd
#cde1cd Border Color
<div style="border:3px solid #cde1cd">
Div here</div>
This div border color is #cde1cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,225,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde1cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde1cd; -webkit-box-shadow: 1px 1px 3px 2px #cde1cd; box-shadow: 1px 1px 3px 2px #cde1cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,225,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 #cde1cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde1cd; -webkit-box-shadow: 1px 1px 3px 2px #cde1cd; box-shadow: 1px 1px 3px 2px #cde1cd;">
Div content here</div>
This div box has shadow with color #cde1cd
Comments
No comments written yet.
Please login to write comment.