#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 of #efe5ef | Value |
|---|---|
| RGB | 239, 229, 239 |
| HSL | 0.83, 0.24, 0.92 |
| HSV | 300°, 4°, 94° |
| XYZ | 79.19, 80.62, 93.03 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101111 | 11100101 | 11101111 |
| Octal | 357 | 345 | 357 |
| Decimal | 239 | 229 | 239 |
| Hex | EF | E5 | EF |
Shades of #efe5ef
Tints of #efe5ef
.mybgColor {background-color: #efe5ef;}
.myforeColor {color: #efe5ef;}
.myborderColor {border:3px solid #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,
<div style="background-color:#efe5ef">Div content here</div>
<div style="border:3px solid #efe5ef">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(239, 229, 239, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #efe5ef;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
