Color Hex Logo

#eab92f Color Hex

#EAB92F
(234,185,47)
0 Favorites   0 Comments

Color spaces of #eab92f

RGB 23418547
HSL0.120.820.55
HSV44°80°92°
CMYK 0.000.210.80   0.08
XYZ51.793752.395610.0729
Yxy52.39560.45330.4586
Hunter Lab72.38481.049242.4187
CIE-Lab77.51685.307770.7818

#eab92f color RGB value is (234,185,47).

#eab92f hex color red value is 234, green value is 185 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eab92f hue: 0.12 , saturation: 0.82 and the lightness value of eab92f is 0.55.

The process color (four color CMYK) of #eab92f color hex is 0.00, 0.21, 0.80, 0.08. Web safe color of #eab92f is #ffcc33. Color #eab92f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 00101111
Octal 352 271 57
Decimal 234 185 47
Hex EA B9 2F

RGB Percentages of Color #eab92f

%50.21
%39.70
%10.09

CMYK Percentages of Color #eab92f

%0
%21
%80
%8

Triadic Colors of #eab92f

#eab92f #2feab9 #b92fea

Analogous Colors of #eab92f

#eab92f #beea2f #ea5c2f

Monochromatic Colors of #eab92f

#eab92f

Complementary Color

#eab92f #2f60ea

#eab92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab92f Color CSS Codes

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

#eab92f Text Font Color

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

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


#eab92f Background Color

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

This div background color is #eab92f


#eab92f Border Color

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

This div border color is #eab92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab92f


Comments

No comments written yet.

Please login to write comment.