Color spaces of #cde4cb
RGB | 205 | 228 | 203 |
---|---|---|---|
HSL | 0.32 | 0.32 | 0.85 |
HSV | 115° | 11° | 89° |
CMYK | 0.10 | 0.00 | 0.11 0.11 |
XYZ | 63.6997 | 72.7777 | 67.1901 |
Yxy | 72.7777 | 0.3128 | 0.3573 |
Hunter Lab | 85.3098 | -16.0087 | 13.0200 |
CIE-Lab | 88.3416 | -12.1895 | 9.6266 |
#cde4cb color RGB value is (205,228,203).
#cde4cb hex color red value is 205, green value is 228 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cde4cb hue: 0.32 , saturation: 0.32 and the lightness value of cde4cb is 0.85.
The process color (four color CMYK) of #cde4cb color hex is 0.10, 0.00, 0.11, 0.11. Web safe color of #cde4cb is #cccccc. Color #cde4cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100100 | 11001011 |
Octal | 315 | 344 | 313 |
Decimal | 205 | 228 | 203 |
Hex | CD | E4 | CB |
Shades of #cde4cb
Tints of #cde4cb
RGB Percentages of Color #cde4cb
CMYK Percentages of Color #cde4cb
Complementary Color
#cde4cb | #e2cbe4 |
#cde4cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde4cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde4cb Color CSS Codes
.mybgcolor {background-color:#cde4cb; } .myforecolor {color:#cde4cb; } .mybordercolor {border:3px solid #cde4cb; }
#cde4cb Text Font Color
<p style="color:#cde4cb">Text here</p>
This sample text font color is #cde4cb
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.
#cde4cb Background Color
<div style="background-color:#cde4cb">
Div content here</div>
This div background color is #cde4cb
#cde4cb Border Color
<div style="border:3px solid #cde4cb">
Div here</div>
This div border color is #cde4cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,228,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde4cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde4cb; -webkit-box-shadow: 1px 1px 3px 2px #cde4cb; box-shadow: 1px 1px 3px 2px #cde4cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,228,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde4cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde4cb; -webkit-box-shadow: 1px 1px 3px 2px #cde4cb; box-shadow: 1px 1px 3px 2px #cde4cb;">
Div content here</div>
This div box has shadow with color #cde4cb
Comments
No comments written yet.
Please login to write comment.