#ebe9ed color RGB value is (14, 190, 158).
#ebe9ed hex color red value is 14, green value is 190, and blue value is 158.
Cylindrical-coordinate representations (HSL) of color #ebe9ed
hue: 169.09,
saturation: 0.86 and lightness: 0.4.
The process color (four-color CMYK) of #ebe9ed color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ebe9ed is #ff9999. Color #ebe9ed contains mainly RED.
| Color spaces of #ebe9ed | Value |
|---|---|
| RGB | 235, 233, 237 |
| HSL | 0.75, 0.1, 0.92 |
| HSV | 270°, 2°, 93° |
| XYZ | 78.68, 82.05, 91.8 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101011 | 11101001 | 11101101 |
| Octal | 353 | 351 | 355 |
| Decimal | 235 | 233 | 237 |
| Hex | EB | E9 | ED |
Shades of #ebe9ed
Tints of #ebe9ed
.mybgColor {background-color: #ebe9ed;}
.myforeColor {color: #ebe9ed;}
.myborderColor {border:3px solid #ebe9ed;}
<p style="color:#ebe9ed">Text here</p>
This sample text is styled with the font color #ebe9ed. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#ebe9ed">Div content here</div>
<div style="border:3px solid #ebe9ed">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(235, 233, 237, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ebe9ed; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ebe9ed;
-webkit-box-shadow: 1px 1px 3px #ebe9ed;
box-shadow: 1px 1px 3px #ebe9ed; }
<p style="text-shadow: 4px 4px 2px rgba(235, 233, 237, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ebe9ed;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ebe9ed;
-webkit-box-shadow: 1px 1px 3px #ebe9ed;
box-shadow: 1px 1px 3px #ebe9ed;">Div content here</div>
