Color spaces of #e5baac
RGB | 229 | 186 | 172 |
---|---|---|---|
HSL | 0.04 | 0.52 | 0.79 |
HSV | 15° | 25° | 90° |
CMYK | 0.00 | 0.19 | 0.25 0.10 |
XYZ | 57.3184 | 54.7544 | 46.5774 |
Yxy | 54.7544 | 0.3613 | 0.3451 |
Hunter Lab | 73.9962 | 8.7750 | 14.4769 |
CIE-Lab | 78.8996 | 13.3805 | 12.9240 |
#e5baac color RGB value is (229,186,172).
#e5baac hex color red value is 229, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e5baac hue: 0.04 , saturation: 0.52 and the lightness value of e5baac is 0.79.
The process color (four color CMYK) of #e5baac color hex is 0.00, 0.19, 0.25, 0.10. Web safe color of #e5baac is #cccc99. Color #e5baac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10111010 | 10101100 |
Octal | 345 | 272 | 254 |
Decimal | 229 | 186 | 172 |
Hex | E5 | BA | AC |
Shades of #e5baac
Tints of #e5baac
RGB Percentages of Color #e5baac
CMYK Percentages of Color #e5baac
Complementary Color
#e5baac | #acd7e5 |
#e5baac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5baac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5baac Color CSS Codes
.mybgcolor {background-color:#e5baac; } .myforecolor {color:#e5baac; } .mybordercolor {border:3px solid #e5baac; }
#e5baac Text Font Color
<p style="color:#e5baac">Text here</p>
This sample text font color is #e5baac
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.
#e5baac Background Color
<div style="background-color:#e5baac">
Div content here</div>
This div background color is #e5baac
#e5baac Border Color
<div style="border:3px solid #e5baac">
Div here</div>
This div border color is #e5baac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,186,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5baac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5baac; -webkit-box-shadow: 1px 1px 3px 2px #e5baac; box-shadow: 1px 1px 3px 2px #e5baac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,186,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 #e5baac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5baac; -webkit-box-shadow: 1px 1px 3px 2px #e5baac; box-shadow: 1px 1px 3px 2px #e5baac;">
Div content here</div>
This div box has shadow with color #e5baac
Comments
No comments written yet.
Please login to write comment.