color details

Color Details
#e0f5da Color Hex

#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
Color spaces of #e0f5daValue
RGB224, 245, 218
HSL0.3, 0.57, 0.91
HSV107°, 11°, 96°
XYZ76.05, 86.21, 78.95
Base Numbers
Base Red Green Blue
Binary 11100000 11110101 11011010
Octal 340 365 332
Decimal 224 245 218
Hex E0 F5 DA

RGB Percentages for Color #e0f5da

32.61%
35.66%
31.73%

CMYK Percentages of the Color #e0f5da

8.57%
11.02%
3.92%
CSS Codes for Color #e0f5da
.mybgColor {background-color: #e0f5da;}
.myforeColor {color: #e0f5da;}
.myborderColor {border:3px solid #e0f5da;}
Text Font Color #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,

Background Color #e0f5da

<div style="background-color:#e0f5da">Div content here</div>

The background color of this div is #e0f5da
Border Color #e0f5da

<div style="border:3px solid #e0f5da">Div here</div>

The border color of this div is #e0f5da
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224, 245, 218, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #e0f5da;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #e0f5da

Scroll to Top