Color spaces of #dfe9ac
RGB | 223 | 233 | 172 |
---|---|---|---|
HSL | 0.19 | 0.58 | 0.79 |
HSV | 70° | 26° | 91° |
CMYK | 0.04 | 0.00 | 0.26 0.09 |
XYZ | 67.0167 | 76.9444 | 50.3493 |
Yxy | 76.9444 | 0.3449 | 0.3960 |
Hunter Lab | 87.7180 | -17.1321 | 27.3707 |
CIE-Lab | 90.2960 | -13.1470 | 28.6103 |
#dfe9ac color RGB value is (223,233,172).
#dfe9ac hex color red value is 223, green value is 233 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dfe9ac hue: 0.19 , saturation: 0.58 and the lightness value of dfe9ac is 0.79.
The process color (four color CMYK) of #dfe9ac color hex is 0.04, 0.00, 0.26, 0.09. Web safe color of #dfe9ac is #ccff99. Color #dfe9ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101001 | 10101100 |
Octal | 337 | 351 | 254 |
Decimal | 223 | 233 | 172 |
Hex | DF | E9 | AC |
Shades of #dfe9ac
Tints of #dfe9ac
RGB Percentages of Color #dfe9ac
CMYK Percentages of Color #dfe9ac
Complementary Color
#dfe9ac | #b6ace9 |
#dfe9ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfe9ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfe9ac Color CSS Codes
.mybgcolor {background-color:#dfe9ac; } .myforecolor {color:#dfe9ac; } .mybordercolor {border:3px solid #dfe9ac; }
#dfe9ac Text Font Color
<p style="color:#dfe9ac">Text here</p>
This sample text font color is #dfe9ac
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.
#dfe9ac Background Color
<div style="background-color:#dfe9ac">
Div content here</div>
This div background color is #dfe9ac
#dfe9ac Border Color
<div style="border:3px solid #dfe9ac">
Div here</div>
This div border color is #dfe9ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,233,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfe9ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfe9ac; -webkit-box-shadow: 1px 1px 3px 2px #dfe9ac; box-shadow: 1px 1px 3px 2px #dfe9ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,233,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 #dfe9ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfe9ac; -webkit-box-shadow: 1px 1px 3px 2px #dfe9ac; box-shadow: 1px 1px 3px 2px #dfe9ac;">
Div content here</div>
This div box has shadow with color #dfe9ac
Comments
No comments written yet.
Please login to write comment.