Color spaces of #e1bbae
RGB | 225 | 187 | 174 |
---|---|---|---|
HSL | 0.04 | 0.46 | 0.78 |
HSV | 15° | 23° | 88° |
CMYK | 0.00 | 0.17 | 0.23 0.12 |
XYZ | 56.4616 | 54.6042 | 47.6082 |
Yxy | 54.6042 | 0.3558 | 0.3441 |
Hunter Lab | 73.8947 | 7.0731 | 13.5274 |
CIE-Lab | 78.8127 | 11.6395 | 11.6707 |
#e1bbae color RGB value is (225,187,174).
#e1bbae hex color red value is 225, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e1bbae hue: 0.04 , saturation: 0.46 and the lightness value of e1bbae is 0.78.
The process color (four color CMYK) of #e1bbae color hex is 0.00, 0.17, 0.23, 0.12. Web safe color of #e1bbae is #cccc99. Color #e1bbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10111011 | 10101110 |
Octal | 341 | 273 | 256 |
Decimal | 225 | 187 | 174 |
Hex | E1 | BB | AE |
Shades of #e1bbae
Tints of #e1bbae
RGB Percentages of Color #e1bbae
CMYK Percentages of Color #e1bbae
Complementary Color
#e1bbae | #aed4e1 |
#e1bbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1bbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1bbae Color CSS Codes
.mybgcolor {background-color:#e1bbae; } .myforecolor {color:#e1bbae; } .mybordercolor {border:3px solid #e1bbae; }
#e1bbae Text Font Color
<p style="color:#e1bbae">Text here</p>
This sample text font color is #e1bbae
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.
#e1bbae Background Color
<div style="background-color:#e1bbae">
Div content here</div>
This div background color is #e1bbae
#e1bbae Border Color
<div style="border:3px solid #e1bbae">
Div here</div>
This div border color is #e1bbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1bbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1bbae; -webkit-box-shadow: 1px 1px 3px 2px #e1bbae; box-shadow: 1px 1px 3px 2px #e1bbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,187,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1bbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1bbae; -webkit-box-shadow: 1px 1px 3px 2px #e1bbae; box-shadow: 1px 1px 3px 2px #e1bbae;">
Div content here</div>
This div box has shadow with color #e1bbae
Comments
No comments written yet.
Please login to write comment.