Color Hex Logo

#eab95e Color Hex

#EAB95E
(234,185,94)
0 Favorites   0 Comments

Color spaces of #eab95e

RGB 23418594
HSL0.110.770.64
HSV39°60°92°
CMYK 0.000.210.60   0.08
XYZ53.301052.998518.0101
Yxy52.99850.42880.4263
Hunter Lab72.80013.289736.2922
CIE-Lab77.87417.691452.0655

#eab95e color RGB value is (234,185,94).

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

The process color (four color CMYK) of #eab95e color hex is 0.00, 0.21, 0.60, 0.08. Web safe color of #eab95e is #ffcc66. Color #eab95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01011110
Octal 352 271 136
Decimal 234 185 94
Hex EA B9 5E

RGB Percentages of Color #eab95e

%45.61
%36.06
%18.32

CMYK Percentages of Color #eab95e

%0
%21
%60
%8

Triadic Colors of #eab95e

#eab95e #5eeab9 #b95eea

Analogous Colors of #eab95e

#eab95e #d5ea5e #ea735e

Monochromatic Colors of #eab95e

#eab95e

Complementary Color

#eab95e #5e8fea

#eab95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab95e Color CSS Codes

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

#eab95e Text Font Color

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

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


#eab95e Background Color

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

This div background color is #eab95e


#eab95e Border Color

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

This div border color is #eab95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab95e


Comments

No comments written yet.

Please login to write comment.