Color Hex Logo

#efc4ae Color Hex

#EFC4AE
(239,196,174)
0 Favorites   0 Comments

Color spaces of #efc4ae

RGB 239196174
HSL0.060.670.81
HSV20°27°94°
CMYK 0.000.180.27   0.06
XYZ62.976560.886648.4775
Yxy60.88660.36540.3533
Hunter Lab78.02997.511917.7859
CIE-Lab82.317712.113116.7954

#efc4ae color RGB value is (239,196,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 10101110
Octal 357 304 256
Decimal 239 196 174
Hex EF C4 AE

RGB Percentages of Color #efc4ae

%39.24
%32.18
%28.57

CMYK Percentages of Color #efc4ae

%0
%18
%27
%6

Triadic Colors of #efc4ae

#efc4ae #aeefc4 #c4aeef

Analogous Colors of #efc4ae

#efc4ae #efe5ae #efaeb9

Monochromatic Colors of #efc4ae

#efc4ae

Complementary Color

#efc4ae #aed9ef

#efc4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4ae Color CSS Codes

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

#efc4ae Text Font Color

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

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


#efc4ae Background Color

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

This div background color is #efc4ae


#efc4ae Border Color

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

This div border color is #efc4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4ae


Comments

No comments written yet.

Please login to write comment.