Color spaces of #e2dbea
RGB | 226 | 219 | 234 |
---|---|---|---|
HSL | 0.74 | 0.26 | 0.89 |
HSV | 268° | 6° | 92° |
CMYK | 0.03 | 0.06 | 0.00 0.08 |
XYZ | 71.5468 | 72.7723 | 88.1174 |
Yxy | 72.7723 | 0.3078 | 0.3131 |
Hunter Lab | 85.3067 | 0.4214 | -1.5288 |
CIE-Lab | 88.3390 | 5.0980 | -6.4843 |
#e2dbea color RGB value is (226,219,234).
#e2dbea hex color red value is 226, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e2dbea hue: 0.74 , saturation: 0.26 and the lightness value of e2dbea is 0.89.
The process color (four color CMYK) of #e2dbea color hex is 0.03, 0.06, 0.00, 0.08. Web safe color of #e2dbea is #ccccff. Color #e2dbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11011011 | 11101010 |
Octal | 342 | 333 | 352 |
Decimal | 226 | 219 | 234 |
Hex | E2 | DB | EA |
Shades of #e2dbea
Tints of #e2dbea
RGB Percentages of Color #e2dbea
CMYK Percentages of Color #e2dbea
Complementary Color
#e2dbea | #e3eadb |
#e2dbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2dbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2dbea Color CSS Codes
.mybgcolor {background-color:#e2dbea; } .myforecolor {color:#e2dbea; } .mybordercolor {border:3px solid #e2dbea; }
#e2dbea Text Font Color
<p style="color:#e2dbea">Text here</p>
This sample text font color is #e2dbea
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.
#e2dbea Background Color
<div style="background-color:#e2dbea">
Div content here</div>
This div background color is #e2dbea
#e2dbea Border Color
<div style="border:3px solid #e2dbea">
Div here</div>
This div border color is #e2dbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,219,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2dbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2dbea; -webkit-box-shadow: 1px 1px 3px 2px #e2dbea; box-shadow: 1px 1px 3px 2px #e2dbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,219,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2dbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2dbea; -webkit-box-shadow: 1px 1px 3px 2px #e2dbea; box-shadow: 1px 1px 3px 2px #e2dbea;">
Div content here</div>
This div box has shadow with color #e2dbea
Comments
No comments written yet.
Please login to write comment.