Color Hex Logo

#efc8ac Color Hex

#EFC8AC
(239,200,172)
0 Favorites   0 Comments

Color spaces of #efc8ac

RGB 239200172
HSL0.070.680.81
HSV25°28°94°
CMYK 0.000.160.28   0.06
XYZ63.697362.637847.7628
Yxy62.63780.36590.3598
Hunter Lab79.14405.159619.6198
CIE-Lab83.25149.745319.1595

#efc8ac color RGB value is (239,200,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 10101100
Octal 357 310 254
Decimal 239 200 172
Hex EF C8 AC

RGB Percentages of Color #efc8ac

%39.12
%32.73
%28.15

CMYK Percentages of Color #efc8ac

%0
%16
%28
%6

Triadic Colors of #efc8ac

#efc8ac #acefc8 #c8acef

Analogous Colors of #efc8ac

#efc8ac #efeaac #efacb2

Monochromatic Colors of #efc8ac

#efc8ac

Complementary Color

#efc8ac #acd3ef

#efc8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc8ac Color CSS Codes

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

#efc8ac Text Font Color

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

This sample text font color is #efc8ac
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.


#efc8ac Background Color

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

This div background color is #efc8ac


#efc8ac Border Color

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

This div border color is #efc8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc8ac


Comments

No comments written yet.

Please login to write comment.