Color Hex Logo

#efc5ad Color Hex

#EFC5AD
(239,197,173)
0 Favorites   0 Comments

Color spaces of #efc5ad

RGB 239197173
HSL0.060.670.81
HSV22°28°94°
CMYK 0.000.180.28   0.06
XYZ63.105761.300448.0413
Yxy61.30040.36590.3555
Hunter Lab78.29466.856118.4260
CIE-Lab82.540011.453117.6380

#efc5ad color RGB value is (239,197,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 10101101
Octal 357 305 255
Decimal 239 197 173
Hex EF C5 AD

RGB Percentages of Color #efc5ad

%39.24
%32.35
%28.41

CMYK Percentages of Color #efc5ad

%0
%18
%28
%6

Triadic Colors of #efc5ad

#efc5ad #adefc5 #c5adef

Analogous Colors of #efc5ad

#efc5ad #efe6ad #efadb6

Monochromatic Colors of #efc5ad

#efc5ad

Complementary Color

#efc5ad #add7ef

#efc5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc5ad Color CSS Codes

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

#efc5ad Text Font Color

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

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


#efc5ad Background Color

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

This div background color is #efc5ad


#efc5ad Border Color

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

This div border color is #efc5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc5ad


Comments

No comments written yet.

Please login to write comment.