Color spaces of #eae3ad
RGB | 234 | 227 | 173 |
---|---|---|---|
HSL | 0.15 | 0.59 | 0.80 |
HSV | 53° | 26° | 92° |
CMYK | 0.00 | 0.03 | 0.26 0.08 |
XYZ | 68.9436 | 75.4477 | 50.4643 |
Yxy | 75.4477 | 0.3538 | 0.3872 |
Hunter Lab | 86.8606 | -10.3259 | 26.3561 |
CIE-Lab | 89.6023 | -5.9318 | 27.2965 |
#eae3ad color RGB value is (234,227,173).
#eae3ad hex color red value is 234, green value is 227 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eae3ad hue: 0.15 , saturation: 0.59 and the lightness value of eae3ad is 0.80.
The process color (four color CMYK) of #eae3ad color hex is 0.00, 0.03, 0.26, 0.08. Web safe color of #eae3ad is #ffcc99. Color #eae3ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11100011 | 10101101 |
Octal | 352 | 343 | 255 |
Decimal | 234 | 227 | 173 |
Hex | EA | E3 | AD |
Shades of #eae3ad
Tints of #eae3ad
RGB Percentages of Color #eae3ad
CMYK Percentages of Color #eae3ad
Complementary Color
#eae3ad | #adb4ea |
#eae3ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eae3ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#eae3ad Color CSS Codes
.mybgcolor {background-color:#eae3ad; } .myforecolor {color:#eae3ad; } .mybordercolor {border:3px solid #eae3ad; }
#eae3ad Text Font Color
<p style="color:#eae3ad">Text here</p>
This sample text font color is #eae3ad
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.
#eae3ad Background Color
<div style="background-color:#eae3ad">
Div content here</div>
This div background color is #eae3ad
#eae3ad Border Color
<div style="border:3px solid #eae3ad">
Div here</div>
This div border color is #eae3ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,227,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eae3ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eae3ad; -webkit-box-shadow: 1px 1px 3px 2px #eae3ad; box-shadow: 1px 1px 3px 2px #eae3ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,227,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eae3ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eae3ad; -webkit-box-shadow: 1px 1px 3px 2px #eae3ad; box-shadow: 1px 1px 3px 2px #eae3ad;">
Div content here</div>
This div box has shadow with color #eae3ad
#eae3ad Color Palettes
Comments
No comments written yet.
Please login to write comment.