Color Hex Logo

#efc4ad Color Hex

#EFC4AD
(239,196,173)
0 Favorites   0 Comments

Color spaces of #efc4ad

RGB 239196173
HSL0.060.670.81
HSV21°28°94°
CMYK 0.000.180.28   0.06
XYZ62.879460.847747.9658
Yxy60.84770.36620.3544
Hunter Lab78.00497.379318.1456
CIE-Lab82.296811.979217.2985

#efc4ad color RGB value is (239,196,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 10101101
Octal 357 304 255
Decimal 239 196 173
Hex EF C4 AD

RGB Percentages of Color #efc4ad

%39.31
%32.24
%28.45

CMYK Percentages of Color #efc4ad

%0
%18
%28
%6

Triadic Colors of #efc4ad

#efc4ad #adefc4 #c4adef

Analogous Colors of #efc4ad

#efc4ad #efe5ad #efadb7

Monochromatic Colors of #efc4ad

#efc4ad

Complementary Color

#efc4ad #add8ef

#efc4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4ad Color CSS Codes

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

#efc4ad Text Font Color

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

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


#efc4ad Background Color

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

This div background color is #efc4ad


#efc4ad Border Color

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

This div border color is #efc4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4ad


Comments

No comments written yet.

Please login to write comment.