color details

Color Details
#efcca9 Color Hex

#efcca9 color RGB value is (14, 252, 202).
#efcca9 hex color red value is 14, green value is 252, and blue value is 202.
Cylindrical-coordinate representations (HSL) of color #efcca9 hue: 167.39, saturation: 0.98 and lightness: 0.52.

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

Color Spaces
Color spaces of #efcca9Value
RGB239, 204, 169
HSL0.08, 0.69, 0.8
HSV30°, 29°, 94°
XYZ64.35, 64.4, 46.57
Base Numbers
Base Red Green Blue
Binary 11101111 11001100 10101001
Octal 357 314 251
Decimal 239 204 169
Hex EF CC A9

RGB Percentages for Color #efcca9

39.05%
33.33%
27.61%

CMYK Percentages of the Color #efcca9

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top