Color Hex Logo

#eab95c Color Hex

#EAB95C
(234,185,92)
0 Favorites   0 Comments

Color spaces of #eab95c

RGB 23418592
HSL0.110.770.64
HSV39°61°92°
CMYK 0.000.210.61   0.08
XYZ53.212452.963117.5435
Yxy52.96310.43010.4281
Hunter Lab72.77583.158636.6504
CIE-Lab77.85327.552952.9859

#eab95c color RGB value is (234,185,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01011100
Octal 352 271 134
Decimal 234 185 92
Hex EA B9 5C

RGB Percentages of Color #eab95c

%45.79
%36.20
%18.00

CMYK Percentages of Color #eab95c

%0
%21
%61
%8

Triadic Colors of #eab95c

#eab95c #5ceab9 #b95cea

Analogous Colors of #eab95c

#eab95c #d4ea5c #ea725c

Monochromatic Colors of #eab95c

#eab95c

Complementary Color

#eab95c #5c8dea

#eab95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab95c Color CSS Codes

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

#eab95c Text Font Color

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

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


#eab95c Background Color

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

This div background color is #eab95c


#eab95c Border Color

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

This div border color is #eab95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab95c


Comments

No comments written yet.

Please login to write comment.