#e0f5da color RGB value is (14, 15, 93).
#e0f5da hex color red value is 14, green value is 15, and blue value is 93.
Cylindrical-coordinate representations (HSL) of color #e0f5da
hue: 239.24,
saturation: 0.74 and lightness: 0.21.
The process color (four-color CMYK) of #e0f5da color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e0f5da is #ff9999. Color #e0f5da contains mainly RED.
| Color spaces of #e0f5da | Value |
|---|---|
| RGB | 224, 245, 218 |
| HSL | 0.3, 0.57, 0.91 |
| HSV | 107°, 11°, 96° |
| XYZ | 76.05, 86.21, 78.95 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100000 | 11110101 | 11011010 |
| Octal | 340 | 365 | 332 |
| Decimal | 224 | 245 | 218 |
| Hex | E0 | F5 | DA |
Shades of #e0f5da
Tints of #e0f5da
.mybgColor {background-color: #e0f5da;}
.myforeColor {color: #e0f5da;}
.myborderColor {border:3px solid #e0f5da;}
<p style="color:#e0f5da">Text here</p>
This sample text is styled with the font color #e0f5da. 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:#e0f5da">Div content here</div>
<div style="border:3px solid #e0f5da">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(224, 245, 218, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e0f5da; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e0f5da;
-webkit-box-shadow: 1px 1px 3px #e0f5da;
box-shadow: 1px 1px 3px #e0f5da; }
<p style="text-shadow: 4px 4px 2px rgba(224, 245, 218, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e0f5da;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e0f5da;
-webkit-box-shadow: 1px 1px 3px #e0f5da;
box-shadow: 1px 1px 3px #e0f5da;">Div content here</div>
