Color spaces of #e2dabf
RGB | 226 | 218 | 191 |
---|---|---|---|
HSL | 0.13 | 0.38 | 0.82 |
HSV | 46° | 15° | 89° |
CMYK | 0.00 | 0.04 | 0.15 0.11 |
XYZ | 65.8394 | 70.0731 | 59.3456 |
Yxy | 70.0731 | 0.3372 | 0.3589 |
Hunter Lab | 83.7097 | -6.0980 | 16.5634 |
CIE-Lab | 87.0327 | -1.7024 | 14.2724 |
#e2dabf color RGB value is (226,218,191).
#e2dabf hex color red value is 226, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e2dabf hue: 0.13 , saturation: 0.38 and the lightness value of e2dabf is 0.82.
The process color (four color CMYK) of #e2dabf color hex is 0.00, 0.04, 0.15, 0.11. Web safe color of #e2dabf is #cccccc. Color #e2dabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11011010 | 10111111 |
Octal | 342 | 332 | 277 |
Decimal | 226 | 218 | 191 |
Hex | E2 | DA | BF |
Shades of #e2dabf
Tints of #e2dabf
RGB Percentages of Color #e2dabf
CMYK Percentages of Color #e2dabf
Complementary Color
#e2dabf | #bfc7e2 |
#e2dabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2dabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2dabf Color CSS Codes
.mybgcolor {background-color:#e2dabf; } .myforecolor {color:#e2dabf; } .mybordercolor {border:3px solid #e2dabf; }
#e2dabf Text Font Color
<p style="color:#e2dabf">Text here</p>
This sample text font color is #e2dabf
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.
#e2dabf Background Color
<div style="background-color:#e2dabf">
Div content here</div>
This div background color is #e2dabf
#e2dabf Border Color
<div style="border:3px solid #e2dabf">
Div here</div>
This div border color is #e2dabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,218,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2dabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2dabf; -webkit-box-shadow: 1px 1px 3px 2px #e2dabf; box-shadow: 1px 1px 3px 2px #e2dabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,218,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 #e2dabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2dabf; -webkit-box-shadow: 1px 1px 3px 2px #e2dabf; box-shadow: 1px 1px 3px 2px #e2dabf;">
Div content here</div>
This div box has shadow with color #e2dabf
Comments
No comments written yet.
Please login to write comment.