#ebdaeb color RGB value is (14, 189, 174).
#ebdaeb hex color red value is 14, green value is 189, and blue value is 174.
Cylindrical-coordinate representations (HSL) of color #ebdaeb
hue: 174.86,
saturation: 0.86 and lightness: 0.4.
The process color (four-color CMYK) of #ebdaeb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ebdaeb is #ff9999. Color #ebdaeb contains mainly RED.
| Color spaces of #ebdaeb | Value |
|---|---|
| RGB | 235, 218, 235 |
| HSL | 0.83, 0.3, 0.89 |
| HSV | 300°, 7°, 92° |
| XYZ | 74.33, 73.8, 88.91 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101011 | 11011010 | 11101011 |
| Octal | 353 | 332 | 353 |
| Decimal | 235 | 218 | 235 |
| Hex | EB | DA | EB |
Shades of #ebdaeb
Tints of #ebdaeb
.mybgColor {background-color: #ebdaeb;}
.myforeColor {color: #ebdaeb;}
.myborderColor {border:3px solid #ebdaeb;}
<p style="color:#ebdaeb">Text here</p>
This sample text is styled with the font color #ebdaeb. 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:#ebdaeb">Div content here</div>
<div style="border:3px solid #ebdaeb">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(235, 218, 235, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ebdaeb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ebdaeb;
-webkit-box-shadow: 1px 1px 3px #ebdaeb;
box-shadow: 1px 1px 3px #ebdaeb; }
<p style="text-shadow: 4px 4px 2px rgba(235, 218, 235, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ebdaeb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ebdaeb;
-webkit-box-shadow: 1px 1px 3px #ebdaeb;
box-shadow: 1px 1px 3px #ebdaeb;">Div content here</div>
