Color spaces of #e5bcbb
RGB | 229 | 188 | 187 |
---|---|---|---|
HSL | 0.00 | 0.45 | 0.82 |
HSV | 1° | 18° | 90° |
CMYK | 0.00 | 0.18 | 0.18 0.10 |
XYZ | 59.2660 | 56.2123 | 54.7401 |
Yxy | 56.2123 | 0.3482 | 0.3302 |
Hunter Lab | 74.9749 | 9.8944 | 9.1940 |
CIE-Lab | 79.7345 | 14.5131 | 6.0297 |
#e5bcbb color RGB value is (229,188,187).
#e5bcbb hex color red value is 229, green value is 188 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e5bcbb hue: 0.00 , saturation: 0.45 and the lightness value of e5bcbb is 0.82.
The process color (four color CMYK) of #e5bcbb color hex is 0.00, 0.18, 0.18, 0.10. Web safe color of #e5bcbb is #cccccc. Color #e5bcbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10111100 | 10111011 |
Octal | 345 | 274 | 273 |
Decimal | 229 | 188 | 187 |
Hex | E5 | BC | BB |
Shades of #e5bcbb
Tints of #e5bcbb
RGB Percentages of Color #e5bcbb
CMYK Percentages of Color #e5bcbb
Complementary Color
#e5bcbb | #bbe4e5 |
#e5bcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5bcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5bcbb Color CSS Codes
.mybgcolor {background-color:#e5bcbb; } .myforecolor {color:#e5bcbb; } .mybordercolor {border:3px solid #e5bcbb; }
#e5bcbb Text Font Color
<p style="color:#e5bcbb">Text here</p>
This sample text font color is #e5bcbb
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.
#e5bcbb Background Color
<div style="background-color:#e5bcbb">
Div content here</div>
This div background color is #e5bcbb
#e5bcbb Border Color
<div style="border:3px solid #e5bcbb">
Div here</div>
This div border color is #e5bcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,188,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5bcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5bcbb; -webkit-box-shadow: 1px 1px 3px 2px #e5bcbb; box-shadow: 1px 1px 3px 2px #e5bcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,188,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5bcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5bcbb; -webkit-box-shadow: 1px 1px 3px 2px #e5bcbb; box-shadow: 1px 1px 3px 2px #e5bcbb;">
Div content here</div>
This div box has shadow with color #e5bcbb
Comments
No comments written yet.
Please login to write comment.