Color spaces of #e0deb4
RGB | 224 | 222 | 180 |
---|---|---|---|
HSL | 0.16 | 0.42 | 0.79 |
HSV | 57° | 20° | 88° |
CMYK | 0.00 | 0.01 | 0.20 0.12 |
XYZ | 65.1000 | 71.3851 | 53.5276 |
Yxy | 71.3851 | 0.3426 | 0.3757 |
Hunter Lab | 84.4897 | -10.3213 | 21.5802 |
CIE-Lab | 87.6718 | -6.1193 | 20.8976 |
#e0deb4 color RGB value is (224,222,180).
#e0deb4 hex color red value is 224, green value is 222 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #e0deb4 hue: 0.16 , saturation: 0.42 and the lightness value of e0deb4 is 0.79.
The process color (four color CMYK) of #e0deb4 color hex is 0.00, 0.01, 0.20, 0.12. Web safe color of #e0deb4 is #cccccc. Color #e0deb4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11011110 | 10110100 |
Octal | 340 | 336 | 264 |
Decimal | 224 | 222 | 180 |
Hex | E0 | DE | B4 |
Shades of #e0deb4
Tints of #e0deb4
RGB Percentages of Color #e0deb4
CMYK Percentages of Color #e0deb4
Complementary Color
#e0deb4 | #b4b6e0 |
#e0deb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0deb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0deb4 Color CSS Codes
.mybgcolor {background-color:#e0deb4; } .myforecolor {color:#e0deb4; } .mybordercolor {border:3px solid #e0deb4; }
#e0deb4 Text Font Color
<p style="color:#e0deb4">Text here</p>
This sample text font color is #e0deb4
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.
#e0deb4 Background Color
<div style="background-color:#e0deb4">
Div content here</div>
This div background color is #e0deb4
#e0deb4 Border Color
<div style="border:3px solid #e0deb4">
Div here</div>
This div border color is #e0deb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,222,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0deb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0deb4; -webkit-box-shadow: 1px 1px 3px 2px #e0deb4; box-shadow: 1px 1px 3px 2px #e0deb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,222,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0deb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0deb4; -webkit-box-shadow: 1px 1px 3px 2px #e0deb4; box-shadow: 1px 1px 3px 2px #e0deb4;">
Div content here</div>
This div box has shadow with color #e0deb4
Comments
No comments written yet.
Please login to write comment.