Color Hex Logo

#eab80a Color Hex

#EAB80A
(234,184,10)
0 Favorites   0 Comments

Color spaces of #eab80a

RGB 23418410
HSL0.130.920.48
HSV47°96°92°
CMYK 0.000.210.96   0.08
XYZ51.127051.79537.5900
Yxy51.79530.46260.4687
Hunter Lab71.96900.861444.1254
CIE-Lab77.15835.093178.3068

#eab80a color RGB value is (234,184,10).

#eab80a hex color red value is 234, green value is 184 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eab80a hue: 0.13 , saturation: 0.92 and the lightness value of eab80a is 0.48.

The process color (four color CMYK) of #eab80a color hex is 0.00, 0.21, 0.96, 0.08. Web safe color of #eab80a is #ffcc00. Color #eab80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 00001010
Octal 352 270 12
Decimal 234 184 10
Hex EA B8 A

RGB Percentages of Color #eab80a

%54.67
%42.99
%2.34

CMYK Percentages of Color #eab80a

%0
%21
%96
%8

Triadic Colors of #eab80a

#eab80a #0aeab8 #b80aea

Analogous Colors of #eab80a

#eab80a #acea0a #ea480a

Monochromatic Colors of #eab80a

#eab80a

Complementary Color

#eab80a #0a3cea

#eab80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab80a Color CSS Codes

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

#eab80a Text Font Color

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

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


#eab80a Background Color

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

This div background color is #eab80a


#eab80a Border Color

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

This div border color is #eab80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab80a


Comments

No comments written yet.

Please login to write comment.