Color spaces of #eadab2
RGB | 234 | 218 | 178 |
---|---|---|---|
HSL | 0.12 | 0.57 | 0.81 |
HSV | 43° | 24° | 92° |
CMYK | 0.00 | 0.07 | 0.24 0.08 |
XYZ | 67.0390 | 70.8496 | 52.2615 |
Yxy | 70.8496 | 0.3526 | 0.3726 |
Hunter Lab | 84.1722 | -5.1349 | 22.1081 |
CIE-Lab | 87.4119 | -0.6660 | 21.7040 |
#eadab2 color RGB value is (234,218,178).
#eadab2 hex color red value is 234, green value is 218 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #eadab2 hue: 0.12 , saturation: 0.57 and the lightness value of eadab2 is 0.81.
The process color (four color CMYK) of #eadab2 color hex is 0.00, 0.07, 0.24, 0.08. Web safe color of #eadab2 is #ffcc99. Color #eadab2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011010 | 10110010 |
Octal | 352 | 332 | 262 |
Decimal | 234 | 218 | 178 |
Hex | EA | DA | B2 |
Shades of #eadab2
Tints of #eadab2
RGB Percentages of Color #eadab2
CMYK Percentages of Color #eadab2
Complementary Color
#eadab2 | #b2c2ea |
#eadab2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadab2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadab2 Color CSS Codes
.mybgcolor {background-color:#eadab2; } .myforecolor {color:#eadab2; } .mybordercolor {border:3px solid #eadab2; }
#eadab2 Text Font Color
<p style="color:#eadab2">Text here</p>
This sample text font color is #eadab2
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.
#eadab2 Background Color
<div style="background-color:#eadab2">
Div content here</div>
This div background color is #eadab2
#eadab2 Border Color
<div style="border:3px solid #eadab2">
Div here</div>
This div border color is #eadab2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,218,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadab2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadab2; -webkit-box-shadow: 1px 1px 3px 2px #eadab2; box-shadow: 1px 1px 3px 2px #eadab2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,218,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadab2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadab2; -webkit-box-shadow: 1px 1px 3px 2px #eadab2; box-shadow: 1px 1px 3px 2px #eadab2;">
Div content here</div>
This div box has shadow with color #eadab2
Comments
No comments written yet.
Please login to write comment.