Color Hex Logo

#eab95b Color Hex

#EAB95B
(234,185,91)
0 Favorites   0 Comments

Color spaces of #eab95b

RGB 23418591
HSL0.110.770.64
HSV39°61°92°
CMYK 0.000.210.61   0.08
XYZ53.169052.945717.3148
Yxy52.94570.43080.4290
Hunter Lab72.76383.094536.8261
CIE-Lab77.84297.485253.4431

#eab95b color RGB value is (234,185,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01011011
Octal 352 271 133
Decimal 234 185 91
Hex EA B9 5B

RGB Percentages of Color #eab95b

%45.88
%36.27
%17.84

CMYK Percentages of Color #eab95b

%0
%21
%61
%8

Triadic Colors of #eab95b

#eab95b #5beab9 #b95bea

Analogous Colors of #eab95b

#eab95b #d4ea5b #ea725b

Monochromatic Colors of #eab95b

#eab95b

Complementary Color

#eab95b #5b8cea

#eab95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab95b Color CSS Codes

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

#eab95b Text Font Color

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

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


#eab95b Background Color

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

This div background color is #eab95b


#eab95b Border Color

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

This div border color is #eab95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab95b


Comments

No comments written yet.

Please login to write comment.