Color Hex Logo

#efc0ac Color Hex

#EFC0AC
(239,192,172)
0 Favorites   0 Comments

Color spaces of #efc0ac

RGB 239192172
HSL0.050.680.81
HSV18°28°94°
CMYK 0.000.200.28   0.06
XYZ61.892659.028647.1613
Yxy59.02860.36820.3512
Hunter Lab76.83019.343017.3865
CIE-Lab81.307313.953216.4481

#efc0ac color RGB value is (239,192,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 10101100
Octal 357 300 254
Decimal 239 192 172
Hex EF C0 AC

RGB Percentages of Color #efc0ac

%39.64
%31.84
%28.52

CMYK Percentages of Color #efc0ac

%0
%20
%28
%6

Triadic Colors of #efc0ac

#efc0ac #acefc0 #c0acef

Analogous Colors of #efc0ac

#efc0ac #efe2ac #efacba

Monochromatic Colors of #efc0ac

#efc0ac

Complementary Color

#efc0ac #acdbef

#efc0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc0ac Color CSS Codes

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

#efc0ac Text Font Color

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

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


#efc0ac Background Color

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

This div background color is #efc0ac


#efc0ac Border Color

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

This div border color is #efc0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc0ac


Comments

No comments written yet.

Please login to write comment.