Color Hex Logo

#efc7aa Color Hex

#EFC7AA
(239,199,170)
0 Favorites   0 Comments

Color spaces of #efc7aa

RGB 239199170
HSL0.070.680.80
HSV25°29°94°
CMYK 0.000.170.29   0.06
XYZ63.275762.099846.6817
Yxy62.09980.36780.3609
Hunter Lab78.80345.421720.0401
CIE-Lab82.966510.006119.8234

#efc7aa color RGB value is (239,199,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 10101010
Octal 357 307 252
Decimal 239 199 170
Hex EF C7 AA

RGB Percentages of Color #efc7aa

%39.31
%32.73
%27.96

CMYK Percentages of Color #efc7aa

%0
%17
%29
%6

Triadic Colors of #efc7aa

#efc7aa #aaefc7 #c7aaef

Analogous Colors of #efc7aa

#efc7aa #efeaaa #efaab0

Monochromatic Colors of #efc7aa

#efc7aa

Complementary Color

#efc7aa #aad2ef

#efc7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc7aa Color CSS Codes

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

#efc7aa Text Font Color

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

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


#efc7aa Background Color

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

This div background color is #efc7aa


#efc7aa Border Color

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

This div border color is #efc7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc7aa


Comments

No comments written yet.

Please login to write comment.