Color spaces of #e1dabf
RGB | 225 | 218 | 191 |
---|---|---|---|
HSL | 0.13 | 0.36 | 0.82 |
HSV | 48° | 15° | 88° |
CMYK | 0.00 | 0.03 | 0.15 0.12 |
XYZ | 65.5267 | 69.9119 | 59.3309 |
Yxy | 69.9119 | 0.3364 | 0.3589 |
Hunter Lab | 83.6133 | -6.4352 | 16.4579 |
CIE-Lab | 86.9536 | -2.0631 | 14.1496 |
#e1dabf color RGB value is (225,218,191).
#e1dabf hex color red value is 225, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e1dabf hue: 0.13 , saturation: 0.36 and the lightness value of e1dabf is 0.82.
The process color (four color CMYK) of #e1dabf color hex is 0.00, 0.03, 0.15, 0.12. Web safe color of #e1dabf is #cccccc. Color #e1dabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11011010 | 10111111 |
Octal | 341 | 332 | 277 |
Decimal | 225 | 218 | 191 |
Hex | E1 | DA | BF |
Shades of #e1dabf
Tints of #e1dabf
RGB Percentages of Color #e1dabf
CMYK Percentages of Color #e1dabf
Complementary Color
#e1dabf | #bfc6e1 |
#e1dabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1dabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1dabf Color CSS Codes
.mybgcolor {background-color:#e1dabf; } .myforecolor {color:#e1dabf; } .mybordercolor {border:3px solid #e1dabf; }
#e1dabf Text Font Color
<p style="color:#e1dabf">Text here</p>
This sample text font color is #e1dabf
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.
#e1dabf Background Color
<div style="background-color:#e1dabf">
Div content here</div>
This div background color is #e1dabf
#e1dabf Border Color
<div style="border:3px solid #e1dabf">
Div here</div>
This div border color is #e1dabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,218,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1dabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1dabf; -webkit-box-shadow: 1px 1px 3px 2px #e1dabf; box-shadow: 1px 1px 3px 2px #e1dabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1dabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1dabf; -webkit-box-shadow: 1px 1px 3px 2px #e1dabf; box-shadow: 1px 1px 3px 2px #e1dabf;">
Div content here</div>
This div box has shadow with color #e1dabf
Comments
No comments written yet.
Please login to write comment.