Color Hex Logo

#efc6ac Color Hex

#EFC6AC
(239,198,172)
0 Favorites   0 Comments

Color spaces of #efc6ac

RGB 239198172
HSL0.060.680.81
HSV23°28°94°
CMYK 0.000.170.28   0.06
XYZ63.237161.717447.6094
Yxy61.71740.36650.3576
Hunter Lab78.56046.202619.0612
CIE-Lab82.762910.794718.4800

#efc6ac color RGB value is (239,198,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 10101100
Octal 357 306 254
Decimal 239 198 172
Hex EF C6 AC

RGB Percentages of Color #efc6ac

%39.24
%32.51
%28.24

CMYK Percentages of Color #efc6ac

%0
%17
%28
%6

Triadic Colors of #efc6ac

#efc6ac #acefc6 #c6acef

Analogous Colors of #efc6ac

#efc6ac #efe8ac #efacb4

Monochromatic Colors of #efc6ac

#efc6ac

Complementary Color

#efc6ac #acd5ef

#efc6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc6ac Color CSS Codes

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

#efc6ac Text Font Color

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

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


#efc6ac Background Color

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

This div background color is #efc6ac


#efc6ac Border Color

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

This div border color is #efc6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc6ac


Comments

No comments written yet.

Please login to write comment.