Color Hex Logo

#efc7ac Color Hex

#EFC7AC
(239,199,172)
0 Favorites   0 Comments

Color spaces of #efc7ac

RGB 239199172
HSL0.070.680.81
HSV24°28°94°
CMYK 0.000.170.28   0.06
XYZ63.466462.176147.6859
Yxy62.17610.36620.3587
Hunter Lab78.85185.680719.3405
CIE-Lab83.007010.269618.8196

#efc7ac color RGB value is (239,199,172).

#efc7ac hex color red value is 239, green value is 199 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #efc7ac hue: 0.07 , saturation: 0.68 and the lightness value of efc7ac is 0.81.

The process color (four color CMYK) of #efc7ac color hex is 0.00, 0.17, 0.28, 0.06. Web safe color of #efc7ac is #ffcc99. Color #efc7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 10101100
Octal 357 307 254
Decimal 239 199 172
Hex EF C7 AC

RGB Percentages of Color #efc7ac

%39.18
%32.62
%28.20

CMYK Percentages of Color #efc7ac

%0
%17
%28
%6

Triadic Colors of #efc7ac

#efc7ac #acefc7 #c7acef

Analogous Colors of #efc7ac

#efc7ac #efe9ac #efacb3

Monochromatic Colors of #efc7ac

#efc7ac

Complementary Color

#efc7ac #acd4ef

#efc7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc7ac Color CSS Codes

.mybgcolor {background-color:#efc7ac; } 
.myforecolor {color:#efc7ac; }
.mybordercolor {border:3px solid #efc7ac; }

#efc7ac Text Font Color

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

This sample text font color is #efc7ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#efc7ac Background Color

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

This div background color is #efc7ac


#efc7ac Border Color

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

This div border color is #efc7ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,199,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efc7ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efc7ac;
  -webkit-box-shadow: 1px 1px 3px 2px #efc7ac;
  box-shadow:         1px 1px 3px 2px #efc7ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,199,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efc7ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc7ac


Comments

No comments written yet.

Please login to write comment.