Color Hex Logo

#efc9aa Color Hex

#EFC9AA
(239,201,170)
0 Favorites   0 Comments

Color spaces of #efc9aa

RGB 239201170
HSL0.070.680.80
HSV27°29°94°
CMYK 0.000.160.29   0.06
XYZ63.738963.026346.8361
Yxy63.02630.36720.3631
Hunter Lab79.38914.380820.5939
CIE-Lab83.45628.957920.5018

#efc9aa color RGB value is (239,201,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10101010
Octal 357 311 252
Decimal 239 201 170
Hex EF C9 AA

RGB Percentages of Color #efc9aa

%39.18
%32.95
%27.87

CMYK Percentages of Color #efc9aa

%0
%16
%29
%6

Triadic Colors of #efc9aa

#efc9aa #aaefc9 #c9aaef

Analogous Colors of #efc9aa

#efc9aa #efecaa #efaaae

Monochromatic Colors of #efc9aa

#efc9aa

Complementary Color

#efc9aa #aad0ef

#efc9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc9aa Color CSS Codes

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

#efc9aa Text Font Color

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

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


#efc9aa Background Color

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

This div background color is #efc9aa


#efc9aa Border Color

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

This div border color is #efc9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc9aa


Comments

No comments written yet.

Please login to write comment.