Color Hex Logo

#eab52f Color Hex

#EAB52F
(234,181,47)
0 Favorites   0 Comments

Color spaces of #eab52f

RGB 23418147
HSL0.120.820.55
HSV43°80°92°
CMYK 0.000.230.80   0.08
XYZ50.968650.74549.7978
Yxy50.74540.45710.4551
Hunter Lab71.23583.052541.7103
CIE-Lab76.52457.404469.9020

#eab52f color RGB value is (234,181,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 00101111
Octal 352 265 57
Decimal 234 181 47
Hex EA B5 2F

RGB Percentages of Color #eab52f

%50.65
%39.18
%10.17

CMYK Percentages of Color #eab52f

%0
%23
%80
%8

Triadic Colors of #eab52f

#eab52f #2feab5 #b52fea

Analogous Colors of #eab52f

#eab52f #c2ea2f #ea582f

Monochromatic Colors of #eab52f

#eab52f

Complementary Color

#eab52f #2f64ea

#eab52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab52f Color CSS Codes

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

#eab52f Text Font Color

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

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


#eab52f Background Color

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

This div background color is #eab52f


#eab52f Border Color

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

This div border color is #eab52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab52f


Comments

No comments written yet.

Please login to write comment.