Color Hex Logo

#eaba1f Color Hex

#EABA1F
(234,186,31)
0 Favorites   0 Comments

Color spaces of #eaba1f

RGB 23418631
HSL0.130.830.52
HSV46°87°92°
CMYK 0.000.210.87   0.08
XYZ51.737952.70928.7433
Yxy52.70920.45710.4657
Hunter Lab72.60110.153043.6805
CIE-Lab77.70304.358475.2719

#eaba1f color RGB value is (234,186,31).

#eaba1f hex color red value is 234, green value is 186 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eaba1f hue: 0.13 , saturation: 0.83 and the lightness value of eaba1f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 00011111
Octal 352 272 37
Decimal 234 186 31
Hex EA BA 1F

RGB Percentages of Color #eaba1f

%51.88
%41.24
%6.87

CMYK Percentages of Color #eaba1f

%0
%21
%87
%8

Triadic Colors of #eaba1f

#eaba1f #1feaba #ba1fea

Analogous Colors of #eaba1f

#eaba1f #b5ea1f #ea551f

Monochromatic Colors of #eaba1f

#eaba1f

Complementary Color

#eaba1f #1f4fea

#eaba1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaba1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaba1f Color CSS Codes

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

#eaba1f Text Font Color

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

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


#eaba1f Background Color

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

This div background color is #eaba1f


#eaba1f Border Color

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

This div border color is #eaba1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaba1f


Comments

No comments written yet.

Please login to write comment.