Color spaces of #e0adb1
RGB | 224 | 173 | 177 |
---|---|---|---|
HSL | 0.99 | 0.45 | 0.78 |
HSV | 355° | 23° | 88° |
CMYK | 0.00 | 0.23 | 0.21 0.12 |
XYZ | 53.6199 | 48.9088 | 48.2092 |
Yxy | 48.9088 | 0.3557 | 0.3245 |
Hunter Lab | 69.9348 | 14.4722 | 8.0831 |
CIE-Lab | 75.3946 | 19.1998 | 5.1411 |
#e0adb1 color RGB value is (224,173,177).
#e0adb1 hex color red value is 224, green value is 173 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #e0adb1 hue: 0.99 , saturation: 0.45 and the lightness value of e0adb1 is 0.78.
The process color (four color CMYK) of #e0adb1 color hex is 0.00, 0.23, 0.21, 0.12. Web safe color of #e0adb1 is #cc9999. Color #e0adb1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10101101 | 10110001 |
Octal | 340 | 255 | 261 |
Decimal | 224 | 173 | 177 |
Hex | E0 | AD | B1 |
Shades of #e0adb1
Tints of #e0adb1
RGB Percentages of Color #e0adb1
CMYK Percentages of Color #e0adb1
Complementary Color
#e0adb1 | #ade0dc |
#e0adb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0adb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0adb1 Color CSS Codes
.mybgcolor {background-color:#e0adb1; } .myforecolor {color:#e0adb1; } .mybordercolor {border:3px solid #e0adb1; }
#e0adb1 Text Font Color
<p style="color:#e0adb1">Text here</p>
This sample text font color is #e0adb1
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.
#e0adb1 Background Color
<div style="background-color:#e0adb1">
Div content here</div>
This div background color is #e0adb1
#e0adb1 Border Color
<div style="border:3px solid #e0adb1">
Div here</div>
This div border color is #e0adb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,173,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0adb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0adb1; -webkit-box-shadow: 1px 1px 3px 2px #e0adb1; box-shadow: 1px 1px 3px 2px #e0adb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,173,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0adb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0adb1; -webkit-box-shadow: 1px 1px 3px 2px #e0adb1; box-shadow: 1px 1px 3px 2px #e0adb1;">
Div content here</div>
This div box has shadow with color #e0adb1
Comments
No comments written yet.
Please login to write comment.