color details

Color Details
#efd7ac Color Hex

#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
Color spaces of #efd7acValue
RGB239, 215, 172
HSL0.11, 0.68, 0.81
HSV39°, 28°, 94°
XYZ67.34, 69.93, 48.97
Base Numbers
Base Red Green Blue
Binary 11101111 11010111 10101100
Octal 357 327 254
Decimal 239 215 172
Hex EF D7 AC

RGB Percentages for Color #efd7ac

38.18%
34.35%
27.48%

CMYK Percentages of the Color #efd7ac

10.04%
28.03%
6.27%
CSS Codes for Color #efd7ac
.mybgColor {background-color: #efd7ac;}
.myforeColor {color: #efd7ac;}
.myborderColor {border:3px solid #efd7ac;}
Text Font Color #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,

Background Color #efd7ac

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top