Color Hex Logo

#eab85b Color Hex

#EAB85B
(234,184,91)
0 Favorites   0 Comments

Color spaces of #eab85b

RGB 23418491
HSL0.110.770.64
HSV39°61°92°
CMYK 0.000.210.61   0.08
XYZ52.960552.528717.2453
Yxy52.52870.43150.4280
Hunter Lab72.47673.600136.6261
CIE-Lab77.59598.010753.1624

#eab85b color RGB value is (234,184,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 01011011
Octal 352 270 133
Decimal 234 184 91
Hex EA B8 5B

RGB Percentages of Color #eab85b

%45.97
%36.15
%17.88

CMYK Percentages of Color #eab85b

%0
%21
%61
%8

Triadic Colors of #eab85b

#eab85b #5beab8 #b85bea

Analogous Colors of #eab85b

#eab85b #d5ea5b #ea715b

Monochromatic Colors of #eab85b

#eab85b

Complementary Color

#eab85b #5b8dea

#eab85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab85b Color CSS Codes

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

#eab85b Text Font Color

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

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


#eab85b Background Color

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

This div background color is #eab85b


#eab85b Border Color

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

This div border color is #eab85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab85b


Comments

No comments written yet.

Please login to write comment.