Color Hex Logo

#eac389 Color Hex

#EAC389
(234,195,137)
0 Favorites   0 Comments

Color spaces of #eac389

RGB 234195137
HSL0.100.700.73
HSV36°41°92°
CMYK 0.000.170.41   0.08
XYZ57.962158.328831.8706
Yxy58.32880.39120.3937
Hunter Lab76.37331.816028.7196
CIE-Lab80.92126.241934.3132

#eac389 color RGB value is (234,195,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 10001001
Octal 352 303 211
Decimal 234 195 137
Hex EA C3 89

RGB Percentages of Color #eac389

%41.34
%34.45
%24.20

CMYK Percentages of Color #eac389

%0
%17
%41
%8

Triadic Colors of #eac389

#eac389 #89eac3 #c389ea

Analogous Colors of #eac389

#eac389 #e1ea89 #ea9389

Monochromatic Colors of #eac389

#eac389

Complementary Color

#eac389 #89b0ea

#eac389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac389 Color CSS Codes

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

#eac389 Text Font Color

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

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


#eac389 Background Color

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

This div background color is #eac389


#eac389 Border Color

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

This div border color is #eac389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac389


Comments

No comments written yet.

Please login to write comment.