Color Hex Logo

#eac989 Color Hex

#EAC989
(234,201,137)
0 Favorites   0 Comments

Color spaces of #eac989

RGB 234201137
HSL0.110.700.73
HSV40°41°92°
CMYK 0.000.140.41   0.08
XYZ59.333761.071932.3277
Yxy61.07190.38850.3999
Hunter Lab78.1485-1.235030.1775
CIE-Lab82.41743.111536.2608

#eac989 color RGB value is (234,201,137).

#eac989 hex color red value is 234, green value is 201 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #eac989 hue: 0.11 , saturation: 0.70 and the lightness value of eac989 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 10001001
Octal 352 311 211
Decimal 234 201 137
Hex EA C9 89

RGB Percentages of Color #eac989

%40.91
%35.14
%23.95

CMYK Percentages of Color #eac989

%0
%14
%41
%8

Triadic Colors of #eac989

#eac989 #89eac9 #c989ea

Analogous Colors of #eac989

#eac989 #dbea89 #ea9989

Monochromatic Colors of #eac989

#eac989

Complementary Color

#eac989 #89aaea

#eac989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac989 Color CSS Codes

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

#eac989 Text Font Color

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

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


#eac989 Background Color

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

This div background color is #eac989


#eac989 Border Color

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

This div border color is #eac989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac989


Comments

No comments written yet.

Please login to write comment.