Color Hex Logo

#eab860 Color Hex

#EAB860
(234,184,96)
0 Favorites   0 Comments

Color spaces of #eab860

RGB 23418496
HSL0.110.770.65
HSV38°59°92°
CMYK 0.000.210.59   0.08
XYZ53.183552.617918.4195
Yxy52.61790.42810.4236
Hunter Lab72.53823.930635.7213
CIE-Lab77.64898.359150.8515

#eab860 color RGB value is (234,184,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 01100000
Octal 352 270 140
Decimal 234 184 96
Hex EA B8 60

RGB Percentages of Color #eab860

%45.53
%35.80
%18.68

CMYK Percentages of Color #eab860

%0
%21
%59
%8

Triadic Colors of #eab860

#eab860 #60eab8 #b860ea

Analogous Colors of #eab860

#eab860 #d7ea60 #ea7360

Monochromatic Colors of #eab860

#eab860

Complementary Color

#eab860 #6092ea

#eab860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab860 Color CSS Codes

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

#eab860 Text Font Color

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

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


#eab860 Background Color

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

This div background color is #eab860


#eab860 Border Color

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

This div border color is #eab860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab860


Comments

No comments written yet.

Please login to write comment.