Color spaces of #e5cbea
RGB | 229 | 203 | 234 |
---|---|---|---|
HSL | 0.81 | 0.42 | 0.86 |
HSV | 290° | 13° | 92° |
CMYK | 0.02 | 0.13 | 0.00 0.08 |
XYZ | 68.5203 | 65.3104 | 86.8367 |
Yxy | 65.3104 | 0.3105 | 0.2960 |
Hunter Lab | 80.8149 | 9.9184 | -7.1375 |
CIE-Lab | 84.6434 | 14.5212 | -11.9486 |
#e5cbea color RGB value is (229,203,234).
#e5cbea hex color red value is 229, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e5cbea hue: 0.81 , saturation: 0.42 and the lightness value of e5cbea is 0.86.
The process color (four color CMYK) of #e5cbea color hex is 0.02, 0.13, 0.00, 0.08. Web safe color of #e5cbea is #ccccff. Color #e5cbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11001011 | 11101010 |
Octal | 345 | 313 | 352 |
Decimal | 229 | 203 | 234 |
Hex | E5 | CB | EA |
Shades of #e5cbea
Tints of #e5cbea
RGB Percentages of Color #e5cbea
CMYK Percentages of Color #e5cbea
Complementary Color
#e5cbea | #d0eacb |
#e5cbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5cbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5cbea Color CSS Codes
.mybgcolor {background-color:#e5cbea; } .myforecolor {color:#e5cbea; } .mybordercolor {border:3px solid #e5cbea; }
#e5cbea Text Font Color
<p style="color:#e5cbea">Text here</p>
This sample text font color is #e5cbea
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.
#e5cbea Background Color
<div style="background-color:#e5cbea">
Div content here</div>
This div background color is #e5cbea
#e5cbea Border Color
<div style="border:3px solid #e5cbea">
Div here</div>
This div border color is #e5cbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,203,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5cbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5cbea; -webkit-box-shadow: 1px 1px 3px 2px #e5cbea; box-shadow: 1px 1px 3px 2px #e5cbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,203,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 #e5cbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5cbea; -webkit-box-shadow: 1px 1px 3px 2px #e5cbea; box-shadow: 1px 1px 3px 2px #e5cbea;">
Div content here</div>
This div box has shadow with color #e5cbea
Comments
No comments written yet.
Please login to write comment.