#efd7ac color RGB value is (14, 253, 122).
#efd7ac hex color red value is 14, green value is 253, and blue value is 122.
Cylindrical-coordinate representations (HSL) of color #efd7ac
hue: 147.11,
saturation: 0.98 and lightness: 0.52.
The process color (four-color CMYK) of #efd7ac color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #efd7ac is #ff9999. Color #efd7ac contains mainly RED.
| Color spaces of #efd7ac | Value |
|---|---|
| RGB | 239, 215, 172 |
| HSL | 0.11, 0.68, 0.81 |
| HSV | 39°, 28°, 94° |
| XYZ | 67.34, 69.93, 48.97 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101111 | 11010111 | 10101100 |
| Octal | 357 | 327 | 254 |
| Decimal | 239 | 215 | 172 |
| Hex | EF | D7 | AC |
Shades of #efd7ac
Tints of #efd7ac
.mybgColor {background-color: #efd7ac;}
.myforeColor {color: #efd7ac;}
.myborderColor {border:3px solid #efd7ac;}
<p style="color:#efd7ac">Text here</p>
This sample text is styled with the font color #efd7ac. 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:#efd7ac">Div content here</div>
<div style="border:3px solid #efd7ac">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(239, 215, 172, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #efd7ac; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #efd7ac;
-webkit-box-shadow: 1px 1px 3px #efd7ac;
box-shadow: 1px 1px 3px #efd7ac; }
<p style="text-shadow: 4px 4px 2px rgba(239, 215, 172, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #efd7ac;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #efd7ac;
-webkit-box-shadow: 1px 1px 3px #efd7ac;
box-shadow: 1px 1px 3px #efd7ac;">Div content here</div>
