Color spaces of #eae1db
RGB | 234 | 225 | 219 |
---|---|---|---|
HSL | 0.07 | 0.26 | 0.89 |
HSV | 24° | 6° | 92° |
CMYK | 0.00 | 0.04 | 0.06 0.08 |
XYZ | 73.6431 | 76.4573 | 77.8942 |
Yxy | 76.4573 | 0.3230 | 0.3353 |
Hunter Lab | 87.4399 | -2.6845 | 8.3905 |
CIE-Lab | 90.0712 | 2.0309 | 4.0084 |
#eae1db color RGB value is (234,225,219).
#eae1db hex color red value is 234, green value is 225 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eae1db hue: 0.07 , saturation: 0.26 and the lightness value of eae1db is 0.89.
The process color (four color CMYK) of #eae1db color hex is 0.00, 0.04, 0.06, 0.08. Web safe color of #eae1db is #ffcccc. Color #eae1db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11100001 | 11011011 |
Octal | 352 | 341 | 333 |
Decimal | 234 | 225 | 219 |
Hex | EA | E1 | DB |
Shades of #eae1db
Tints of #eae1db
RGB Percentages of Color #eae1db
CMYK Percentages of Color #eae1db
Complementary Color
#eae1db | #dbe4ea |
#eae1db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eae1db Color Preview on White Background
Lorem ipsum dolor sit amet.
#eae1db Color CSS Codes
.mybgcolor {background-color:#eae1db; } .myforecolor {color:#eae1db; } .mybordercolor {border:3px solid #eae1db; }
#eae1db Text Font Color
<p style="color:#eae1db">Text here</p>
This sample text font color is #eae1db
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.
#eae1db Background Color
<div style="background-color:#eae1db">
Div content here</div>
This div background color is #eae1db
#eae1db Border Color
<div style="border:3px solid #eae1db">
Div here</div>
This div border color is #eae1db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,225,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eae1db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eae1db; -webkit-box-shadow: 1px 1px 3px 2px #eae1db; box-shadow: 1px 1px 3px 2px #eae1db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,225,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eae1db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eae1db; -webkit-box-shadow: 1px 1px 3px 2px #eae1db; box-shadow: 1px 1px 3px 2px #eae1db;">
Div content here</div>
This div box has shadow with color #eae1db
Comments
No comments written yet.
Please login to write comment.