Color spaces of #dceeda
RGB | 220 | 238 | 218 |
---|---|---|---|
HSL | 0.32 | 0.37 | 0.89 |
HSV | 114° | 8° | 93° |
CMYK | 0.08 | 0.00 | 0.08 0.07 |
XYZ | 72.7446 | 81.4267 | 78.2125 |
Yxy | 81.4267 | 0.3130 | 0.3504 |
Hunter Lab | 90.2367 | -14.0160 | 11.7762 |
CIE-Lab | 92.3212 | -9.5426 | 7.6443 |
#dceeda color RGB value is (220,238,218).
#dceeda hex color red value is 220, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dceeda hue: 0.32 , saturation: 0.37 and the lightness value of dceeda is 0.89.
The process color (four color CMYK) of #dceeda color hex is 0.08, 0.00, 0.08, 0.07. Web safe color of #dceeda is #ccffcc. Color #dceeda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101110 | 11011010 |
Octal | 334 | 356 | 332 |
Decimal | 220 | 238 | 218 |
Hex | DC | EE | DA |
Shades of #dceeda
Tints of #dceeda
RGB Percentages of Color #dceeda
CMYK Percentages of Color #dceeda
Complementary Color
#dceeda | #ecdaee |
#dceeda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dceeda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dceeda Color CSS Codes
.mybgcolor {background-color:#dceeda; } .myforecolor {color:#dceeda; } .mybordercolor {border:3px solid #dceeda; }
#dceeda Text Font Color
<p style="color:#dceeda">Text here</p>
This sample text font color is #dceeda
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.
#dceeda Background Color
<div style="background-color:#dceeda">
Div content here</div>
This div background color is #dceeda
#dceeda Border Color
<div style="border:3px solid #dceeda">
Div here</div>
This div border color is #dceeda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,238,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dceeda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dceeda; -webkit-box-shadow: 1px 1px 3px 2px #dceeda; box-shadow: 1px 1px 3px 2px #dceeda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,238,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dceeda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dceeda; -webkit-box-shadow: 1px 1px 3px 2px #dceeda; box-shadow: 1px 1px 3px 2px #dceeda;">
Div content here</div>
This div box has shadow with color #dceeda
Comments
No comments written yet.
Please login to write comment.