#e2cad6 hex color information.
RGB value of #e2cad6 is (226,202,214)
Change page background color to #e2cad6
| Reset
| RGB | 226 | 202 | 214 |
|---|---|---|---|
| HSL | 0.92 | 0.29 | 0.84 |
| HSV | 330° | 11° | 89° |
| CMYK | 0.00 | 0.11 | 0.05 0.11 |
| XYZ | 64.6222 | 63.2649 | 72.4237 |
| Yxy | 63.2649 | 0.3226 | 0.3158 |
| Hunter Lab | 79.5392 | 5.8299 | 1.6915 |
| CIE-Lab | 83.5816 | 10.4300 | -2.8913 |
#e2cad6 hex color red value is 226, green value is 202 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e2cad6 hue: 0.92 , saturation: 0.29 and the lightness value of e2cad6 is 0.84.
The process color (four color CMYK) of #e2cad6 hex color is 0.00, 0.11, 0.05, 0.11. Web safe color of #e2cad6 is #cccccc
Color #e2cad6 contains mostly RED color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100010 | 11001010 | 11010110 |
| Octal | 342 | 312 | 326 |
| Decimal | 226 | 202 | 214 |
| Hexadecimal | E2 | CA | D6 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#e2cad6; }
.myforecolor {color:#e2cad6; }
.mybordercolor {border:3px solid #e2cad6; }
This sample text font color is #e2cad6
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.
<p style="color:#e2cad6">Text here</p>
This div background color is #e2cad6
<div style="background-color:#e2cad6">
Div content here</div>
This div border color is #e2cad6
<div style="border:3px solid #e2cad6">
Div here</div>
| #e2cad6 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(226,202,214, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #e2cad6;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #e2cad6;
-webkit-box-shadow: 1px 1px 3px 2px #e2cad6;
box-shadow: 1px 1px 3px 2px #e2cad6;
}
<p style="text-shadow: 4px 4px 2px rgba(226,202,214, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #e2cad6">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #e2cad6
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2cad6; -webkit-box-shadow: 1px 1px 3px 2px #e2cad6; box-shadow: 1px 1px 3px 2px #e2cad6;">
Div content here</div>