Color spaces of #dde2ac
RGB | 221 | 226 | 172 |
---|---|---|---|
HSL | 0.18 | 0.48 | 0.78 |
HSV | 66° | 24° | 89° |
CMYK | 0.02 | 0.00 | 0.24 0.11 |
XYZ | 64.4615 | 72.7434 | 49.6731 |
Yxy | 72.7434 | 0.3449 | 0.3893 |
Hunter Lab | 85.2897 | -14.3478 | 25.1721 |
CIE-Lab | 88.3252 | -10.3815 | 25.9078 |
#dde2ac color RGB value is (221,226,172).
#dde2ac hex color red value is 221, green value is 226 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dde2ac hue: 0.18 , saturation: 0.48 and the lightness value of dde2ac is 0.78.
The process color (four color CMYK) of #dde2ac color hex is 0.02, 0.00, 0.24, 0.11. Web safe color of #dde2ac is #cccc99. Color #dde2ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11100010 | 10101100 |
Octal | 335 | 342 | 254 |
Decimal | 221 | 226 | 172 |
Hex | DD | E2 | AC |
Shades of #dde2ac
Tints of #dde2ac
RGB Percentages of Color #dde2ac
CMYK Percentages of Color #dde2ac
Complementary Color
#dde2ac | #b1ace2 |
#dde2ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dde2ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dde2ac Color CSS Codes
.mybgcolor {background-color:#dde2ac; } .myforecolor {color:#dde2ac; } .mybordercolor {border:3px solid #dde2ac; }
#dde2ac Text Font Color
<p style="color:#dde2ac">Text here</p>
This sample text font color is #dde2ac
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.
#dde2ac Background Color
<div style="background-color:#dde2ac">
Div content here</div>
This div background color is #dde2ac
#dde2ac Border Color
<div style="border:3px solid #dde2ac">
Div here</div>
This div border color is #dde2ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,226,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dde2ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dde2ac; -webkit-box-shadow: 1px 1px 3px 2px #dde2ac; box-shadow: 1px 1px 3px 2px #dde2ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,226,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dde2ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dde2ac; -webkit-box-shadow: 1px 1px 3px 2px #dde2ac; box-shadow: 1px 1px 3px 2px #dde2ac;">
Div content here</div>
This div box has shadow with color #dde2ac
Comments
No comments written yet.
Please login to write comment.