Color spaces of #e2ccbb
RGB | 226 | 204 | 187 |
---|---|---|---|
HSL | 0.07 | 0.40 | 0.81 |
HSV | 26° | 17° | 89° |
CMYK | 0.00 | 0.10 | 0.17 0.11 |
XYZ | 61.9265 | 62.9423 | 55.8989 |
Yxy | 62.9423 | 0.3426 | 0.3482 |
Hunter Lab | 79.3362 | 0.4913 | 13.7606 |
CIE-Lab | 83.4120 | 4.9603 | 11.2559 |
#e2ccbb color RGB value is (226,204,187).
#e2ccbb hex color red value is 226, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e2ccbb hue: 0.07 , saturation: 0.40 and the lightness value of e2ccbb is 0.81.
The process color (four color CMYK) of #e2ccbb color hex is 0.00, 0.10, 0.17, 0.11. Web safe color of #e2ccbb is #cccccc. Color #e2ccbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11001100 | 10111011 |
Octal | 342 | 314 | 273 |
Decimal | 226 | 204 | 187 |
Hex | E2 | CC | BB |
Shades of #e2ccbb
Tints of #e2ccbb
RGB Percentages of Color #e2ccbb
CMYK Percentages of Color #e2ccbb
Complementary Color
#e2ccbb | #bbd1e2 |
#e2ccbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2ccbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2ccbb Color CSS Codes
.mybgcolor {background-color:#e2ccbb; } .myforecolor {color:#e2ccbb; } .mybordercolor {border:3px solid #e2ccbb; }
#e2ccbb Text Font Color
<p style="color:#e2ccbb">Text here</p>
This sample text font color is #e2ccbb
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.
#e2ccbb Background Color
<div style="background-color:#e2ccbb">
Div content here</div>
This div background color is #e2ccbb
#e2ccbb Border Color
<div style="border:3px solid #e2ccbb">
Div here</div>
This div border color is #e2ccbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,204,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2ccbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2ccbb; -webkit-box-shadow: 1px 1px 3px 2px #e2ccbb; box-shadow: 1px 1px 3px 2px #e2ccbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,204,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 #e2ccbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2ccbb; -webkit-box-shadow: 1px 1px 3px 2px #e2ccbb; box-shadow: 1px 1px 3px 2px #e2ccbb;">
Div content here</div>
This div box has shadow with color #e2ccbb
#e2ccbb Color Palettes
Comments
No comments written yet.
Please login to write comment.