Color spaces of #eaad90
RGB | 234 | 173 | 144 |
---|---|---|---|
HSL | 0.05 | 0.68 | 0.74 |
HSV | 19° | 38° | 92° |
CMYK | 0.00 | 0.26 | 0.38 0.08 |
XYZ | 53.9093 | 49.3932 | 33.0781 |
Yxy | 49.3932 | 0.3953 | 0.3622 |
Hunter Lab | 70.2803 | 13.9299 | 21.2908 |
CIE-Lab | 75.6953 | 18.6455 | 23.6466 |
#eaad90 color RGB value is (234,173,144).
#eaad90 hex color red value is 234, green value is 173 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #eaad90 hue: 0.05 , saturation: 0.68 and the lightness value of eaad90 is 0.74.
The process color (four color CMYK) of #eaad90 color hex is 0.00, 0.26, 0.38, 0.08. Web safe color of #eaad90 is #ff9999. Color #eaad90 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101101 | 10010000 |
Octal | 352 | 255 | 220 |
Decimal | 234 | 173 | 144 |
Hex | EA | AD | 90 |
Shades of #eaad90
Tints of #eaad90
RGB Percentages of Color #eaad90
CMYK Percentages of Color #eaad90
Complementary Color
#eaad90 | #90cdea |
#eaad90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaad90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaad90 Color CSS Codes
.mybgcolor {background-color:#eaad90; } .myforecolor {color:#eaad90; } .mybordercolor {border:3px solid #eaad90; }
#eaad90 Text Font Color
<p style="color:#eaad90">Text here</p>
This sample text font color is #eaad90
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.
#eaad90 Background Color
<div style="background-color:#eaad90">
Div content here</div>
This div background color is #eaad90
#eaad90 Border Color
<div style="border:3px solid #eaad90">
Div here</div>
This div border color is #eaad90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,173,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaad90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaad90; -webkit-box-shadow: 1px 1px 3px 2px #eaad90; box-shadow: 1px 1px 3px 2px #eaad90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,173,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaad90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaad90; -webkit-box-shadow: 1px 1px 3px 2px #eaad90; box-shadow: 1px 1px 3px 2px #eaad90;">
Div content here</div>
This div box has shadow with color #eaad90
Comments
No comments written yet.
Please login to write comment.