Color spaces of #eadba4
RGB | 234 | 219 | 164 |
---|---|---|---|
HSL | 0.13 | 0.63 | 0.78 |
HSV | 47° | 30° | 92° |
CMYK | 0.00 | 0.06 | 0.30 0.08 |
XYZ | 65.9640 | 70.8358 | 45.3180 |
Yxy | 70.8358 | 0.3622 | 0.3890 |
Hunter Lab | 84.1640 | -7.3867 | 26.9902 |
CIE-Lab | 87.4052 | -3.0289 | 28.9594 |
#eadba4 color RGB value is (234,219,164).
#eadba4 hex color red value is 234, green value is 219 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #eadba4 hue: 0.13 , saturation: 0.63 and the lightness value of eadba4 is 0.78.
The process color (four color CMYK) of #eadba4 color hex is 0.00, 0.06, 0.30, 0.08. Web safe color of #eadba4 is #ffcc99. Color #eadba4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011011 | 10100100 |
Octal | 352 | 333 | 244 |
Decimal | 234 | 219 | 164 |
Hex | EA | DB | A4 |
Shades of #eadba4
Tints of #eadba4
RGB Percentages of Color #eadba4
CMYK Percentages of Color #eadba4
Complementary Color
#eadba4 | #a4b3ea |
#eadba4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadba4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadba4 Color CSS Codes
.mybgcolor {background-color:#eadba4; } .myforecolor {color:#eadba4; } .mybordercolor {border:3px solid #eadba4; }
#eadba4 Text Font Color
<p style="color:#eadba4">Text here</p>
This sample text font color is #eadba4
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.
#eadba4 Background Color
<div style="background-color:#eadba4">
Div content here</div>
This div background color is #eadba4
#eadba4 Border Color
<div style="border:3px solid #eadba4">
Div here</div>
This div border color is #eadba4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,219,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadba4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadba4; -webkit-box-shadow: 1px 1px 3px 2px #eadba4; box-shadow: 1px 1px 3px 2px #eadba4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,219,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadba4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadba4; -webkit-box-shadow: 1px 1px 3px 2px #eadba4; box-shadow: 1px 1px 3px 2px #eadba4;">
Div content here</div>
This div box has shadow with color #eadba4
Comments
No comments written yet.
Please login to write comment.