Color spaces of #cde3bd
RGB | 205 | 227 | 189 |
---|---|---|---|
HSL | 0.26 | 0.40 | 0.82 |
HSV | 95° | 17° | 89° |
CMYK | 0.10 | 0.00 | 0.17 0.11 |
XYZ | 61.8312 | 71.5914 | 58.7038 |
Yxy | 71.5914 | 0.3218 | 0.3726 |
Hunter Lab | 84.6117 | -17.6291 | 18.0926 |
CIE-Lab | 87.7715 | -14.0533 | 16.1373 |
#cde3bd color RGB value is (205,227,189).
#cde3bd hex color red value is 205, green value is 227 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cde3bd hue: 0.26 , saturation: 0.40 and the lightness value of cde3bd is 0.82.
The process color (four color CMYK) of #cde3bd color hex is 0.10, 0.00, 0.17, 0.11. Web safe color of #cde3bd is #cccccc. Color #cde3bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100011 | 10111101 |
Octal | 315 | 343 | 275 |
Decimal | 205 | 227 | 189 |
Hex | CD | E3 | BD |
Shades of #cde3bd
Tints of #cde3bd
RGB Percentages of Color #cde3bd
CMYK Percentages of Color #cde3bd
Complementary Color
#cde3bd | #d3bde3 |
#cde3bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde3bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde3bd Color CSS Codes
.mybgcolor {background-color:#cde3bd; } .myforecolor {color:#cde3bd; } .mybordercolor {border:3px solid #cde3bd; }
#cde3bd Text Font Color
<p style="color:#cde3bd">Text here</p>
This sample text font color is #cde3bd
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.
#cde3bd Background Color
<div style="background-color:#cde3bd">
Div content here</div>
This div background color is #cde3bd
#cde3bd Border Color
<div style="border:3px solid #cde3bd">
Div here</div>
This div border color is #cde3bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,227,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde3bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde3bd; -webkit-box-shadow: 1px 1px 3px 2px #cde3bd; box-shadow: 1px 1px 3px 2px #cde3bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,227,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde3bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde3bd; -webkit-box-shadow: 1px 1px 3px 2px #cde3bd; box-shadow: 1px 1px 3px 2px #cde3bd;">
Div content here</div>
This div box has shadow with color #cde3bd
Comments
No comments written yet.
Please login to write comment.