Color spaces of #e4baaa
RGB | 228 | 186 | 170 |
---|---|---|---|
HSL | 0.05 | 0.52 | 0.78 |
HSV | 17° | 25° | 89° |
CMYK | 0.00 | 0.18 | 0.25 0.11 |
XYZ | 56.8095 | 54.5141 | 45.5583 |
Yxy | 54.5141 | 0.3621 | 0.3475 |
Hunter Lab | 73.8337 | 8.1335 | 15.0993 |
CIE-Lab | 78.7606 | 12.7259 | 13.7914 |
#e4baaa color RGB value is (228,186,170).
#e4baaa hex color red value is 228, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e4baaa hue: 0.05 , saturation: 0.52 and the lightness value of e4baaa is 0.78.
The process color (four color CMYK) of #e4baaa color hex is 0.00, 0.18, 0.25, 0.11. Web safe color of #e4baaa is #cccc99. Color #e4baaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10111010 | 10101010 |
Octal | 344 | 272 | 252 |
Decimal | 228 | 186 | 170 |
Hex | E4 | BA | AA |
Shades of #e4baaa
Tints of #e4baaa
RGB Percentages of Color #e4baaa
CMYK Percentages of Color #e4baaa
Complementary Color
#e4baaa | #aad4e4 |
#e4baaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4baaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4baaa Color CSS Codes
.mybgcolor {background-color:#e4baaa; } .myforecolor {color:#e4baaa; } .mybordercolor {border:3px solid #e4baaa; }
#e4baaa Text Font Color
<p style="color:#e4baaa">Text here</p>
This sample text font color is #e4baaa
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.
#e4baaa Background Color
<div style="background-color:#e4baaa">
Div content here</div>
This div background color is #e4baaa
#e4baaa Border Color
<div style="border:3px solid #e4baaa">
Div here</div>
This div border color is #e4baaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,186,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4baaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4baaa; -webkit-box-shadow: 1px 1px 3px 2px #e4baaa; box-shadow: 1px 1px 3px 2px #e4baaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,186,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e4baaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4baaa; -webkit-box-shadow: 1px 1px 3px 2px #e4baaa; box-shadow: 1px 1px 3px 2px #e4baaa;">
Div content here</div>
This div box has shadow with color #e4baaa
Comments
No comments written yet.
Please login to write comment.