Color spaces of #e0dcbf
RGB | 224 | 220 | 191 |
---|---|---|---|
HSL | 0.15 | 0.35 | 0.81 |
HSV | 53° | 15° | 88° |
CMYK | 0.00 | 0.02 | 0.15 0.12 |
XYZ | 65.7376 | 70.7953 | 59.4903 |
Yxy | 70.7953 | 0.3354 | 0.3612 |
Hunter Lab | 84.1399 | -7.7848 | 16.9776 |
CIE-Lab | 87.3855 | -3.4510 | 14.7479 |
#e0dcbf color RGB value is (224,220,191).
#e0dcbf hex color red value is 224, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e0dcbf hue: 0.15 , saturation: 0.35 and the lightness value of e0dcbf is 0.81.
The process color (four color CMYK) of #e0dcbf color hex is 0.00, 0.02, 0.15, 0.12. Web safe color of #e0dcbf is #cccccc. Color #e0dcbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11011100 | 10111111 |
Octal | 340 | 334 | 277 |
Decimal | 224 | 220 | 191 |
Hex | E0 | DC | BF |
Shades of #e0dcbf
Tints of #e0dcbf
RGB Percentages of Color #e0dcbf
CMYK Percentages of Color #e0dcbf
Complementary Color
#e0dcbf | #bfc3e0 |
#e0dcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0dcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0dcbf Color CSS Codes
.mybgcolor {background-color:#e0dcbf; } .myforecolor {color:#e0dcbf; } .mybordercolor {border:3px solid #e0dcbf; }
#e0dcbf Text Font Color
<p style="color:#e0dcbf">Text here</p>
This sample text font color is #e0dcbf
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.
#e0dcbf Background Color
<div style="background-color:#e0dcbf">
Div content here</div>
This div background color is #e0dcbf
#e0dcbf Border Color
<div style="border:3px solid #e0dcbf">
Div here</div>
This div border color is #e0dcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,220,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0dcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0dcbf; -webkit-box-shadow: 1px 1px 3px 2px #e0dcbf; box-shadow: 1px 1px 3px 2px #e0dcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,220,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0dcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0dcbf; -webkit-box-shadow: 1px 1px 3px 2px #e0dcbf; box-shadow: 1px 1px 3px 2px #e0dcbf;">
Div content here</div>
This div box has shadow with color #e0dcbf
Comments
No comments written yet.
Please login to write comment.