Color spaces of #d5eaac
RGB | 213 | 234 | 172 |
---|---|---|---|
HSL | 0.22 | 0.60 | 0.80 |
HSV | 80° | 26° | 92° |
CMYK | 0.09 | 0.00 | 0.26 0.08 |
XYZ | 64.3098 | 75.9703 | 50.3040 |
Yxy | 75.9703 | 0.3374 | 0.3986 |
Hunter Lab | 87.1609 | -20.8293 | 26.7941 |
CIE-Lab | 89.8455 | -17.2796 | 27.8800 |
#d5eaac color RGB value is (213,234,172).
#d5eaac hex color red value is 213, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d5eaac hue: 0.22 , saturation: 0.60 and the lightness value of d5eaac is 0.80.
The process color (four color CMYK) of #d5eaac color hex is 0.09, 0.00, 0.26, 0.08. Web safe color of #d5eaac is #ccff99. Color #d5eaac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11101010 | 10101100 |
Octal | 325 | 352 | 254 |
Decimal | 213 | 234 | 172 |
Hex | D5 | EA | AC |
Shades of #d5eaac
Tints of #d5eaac
RGB Percentages of Color #d5eaac
CMYK Percentages of Color #d5eaac
Complementary Color
#d5eaac | #c1acea |
#d5eaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5eaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5eaac Color CSS Codes
.mybgcolor {background-color:#d5eaac; } .myforecolor {color:#d5eaac; } .mybordercolor {border:3px solid #d5eaac; }
#d5eaac Text Font Color
<p style="color:#d5eaac">Text here</p>
This sample text font color is #d5eaac
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.
#d5eaac Background Color
<div style="background-color:#d5eaac">
Div content here</div>
This div background color is #d5eaac
#d5eaac Border Color
<div style="border:3px solid #d5eaac">
Div here</div>
This div border color is #d5eaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,234,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5eaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5eaac; -webkit-box-shadow: 1px 1px 3px 2px #d5eaac; box-shadow: 1px 1px 3px 2px #d5eaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,234,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 #d5eaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5eaac; -webkit-box-shadow: 1px 1px 3px 2px #d5eaac; box-shadow: 1px 1px 3px 2px #d5eaac;">
Div content here</div>
This div box has shadow with color #d5eaac
Comments
No comments written yet.
Please login to write comment.