Color Hex Logo

#eac99f Color Hex

#EAC99F
(234,201,159)
0 Favorites   0 Comments

Color spaces of #eac99f

RGB 234201159
HSL0.090.640.77
HSV34°32°92°
CMYK 0.000.140.32   0.08
XYZ61.076361.768941.5044
Yxy61.76890.37160.3758
Hunter Lab78.59321.177723.7047
CIE-Lab82.79045.647025.3149

#eac99f color RGB value is (234,201,159).

#eac99f hex color red value is 234, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eac99f hue: 0.09 , saturation: 0.64 and the lightness value of eac99f is 0.77.

The process color (four color CMYK) of #eac99f color hex is 0.00, 0.14, 0.32, 0.08. Web safe color of #eac99f is #ffcc99. Color #eac99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 10011111
Octal 352 311 237
Decimal 234 201 159
Hex EA C9 9F

RGB Percentages of Color #eac99f

%39.39
%33.84
%26.77

CMYK Percentages of Color #eac99f

%0
%14
%32
%8

Triadic Colors of #eac99f

#eac99f #9feac9 #c99fea

Analogous Colors of #eac99f

#eac99f #e6ea9f #eaa49f

Monochromatic Colors of #eac99f

#eac99f

Complementary Color

#eac99f #9fc0ea

#eac99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac99f Color CSS Codes

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

#eac99f Text Font Color

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

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


#eac99f Background Color

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

This div background color is #eac99f


#eac99f Border Color

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

This div border color is #eac99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac99f


Comments

No comments written yet.

Please login to write comment.