color details

Color Details
#efe5ef Color Hex

#efe5ef color RGB value is (14, 254, 94).
#efe5ef hex color red value is 14, green value is 254, and blue value is 94.
Cylindrical-coordinate representations (HSL) of color #efe5ef hue: 140, saturation: 0.99 and lightness: 0.53.

The process color (four-color CMYK) of #efe5ef color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #efe5ef is #ff9999. Color #efe5ef contains mainly RED.

Color Spaces
Color spaces of #efe5efValue
RGB239, 229, 239
HSL0.83, 0.24, 0.92
HSV300°, 4°, 94°
XYZ79.19, 80.62, 93.03
Base Numbers
Base Red Green Blue
Binary 11101111 11100101 11101111
Octal 357 345 357
Decimal 239 229 239
Hex EF E5 EF

RGB Percentages for Color #efe5ef

33.8%
32.39%
33.8%

CMYK Percentages of the Color #efe5ef

4.18%
6.27%
CSS Codes for Color #efe5ef
.mybgColor {background-color: #efe5ef;}
.myforeColor {color: #efe5ef;}
.myborderColor {border:3px solid #efe5ef;}
Text Font Color #efe5ef

<p style="color:#efe5ef">Text here</p>

This sample text is styled with the font color #efe5ef. 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 #efe5ef

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

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

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

The border color of this div is #efe5ef
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(239, 229, 239, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #efe5ef;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #efe5ef;
-webkit-box-shadow: 1px 1px 3px #efe5ef;
box-shadow: 1px 1px 3px #efe5ef;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239, 229, 239, 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 #efe5ef;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #efe5ef; -webkit-box-shadow: 1px 1px 3px #efe5ef; box-shadow: 1px 1px 3px #efe5ef;">Div content here</div>

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

Scroll to Top