Color Hex Logo

#efc9ad Color Hex

#EFC9AD
(239,201,173)
0 Favorites   0 Comments

Color spaces of #efc9ad

RGB 239201173
HSL0.070.670.81
HSV25°28°94°
CMYK 0.000.160.28   0.06
XYZ64.026163.141148.3481
Yxy63.14110.36480.3597
Hunter Lab79.46144.769219.5481
CIE-Lab83.51669.354118.9984

#efc9ad color RGB value is (239,201,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10101101
Octal 357 311 255
Decimal 239 201 173
Hex EF C9 AD

RGB Percentages of Color #efc9ad

%38.99
%32.79
%28.22

CMYK Percentages of Color #efc9ad

%0
%16
%28
%6

Triadic Colors of #efc9ad

#efc9ad #adefc9 #c9adef

Analogous Colors of #efc9ad

#efc9ad #efeaad #efadb2

Monochromatic Colors of #efc9ad

#efc9ad

Complementary Color

#efc9ad #add3ef

#efc9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc9ad Color CSS Codes

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

#efc9ad Text Font Color

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

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


#efc9ad Background Color

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

This div background color is #efc9ad


#efc9ad Border Color

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

This div border color is #efc9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc9ad


Comments

No comments written yet.

Please login to write comment.