Color Hex Logo

#eab519 Color Hex

#EAB519
(234,181,25)
0 Favorites   0 Comments

Color spaces of #eab519

RGB 23418125
HSL0.120.830.51
HSV45°89°92°
CMYK 0.000.230.89   0.08
XYZ50.631050.61048.0199
Yxy50.61040.46340.4632
Hunter Lab71.14102.541643.1148
CIE-Lab76.44246.859575.5470

#eab519 color RGB value is (234,181,25).

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

The process color (four color CMYK) of #eab519 color hex is 0.00, 0.23, 0.89, 0.08. Web safe color of #eab519 is #ffcc00. Color #eab519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 00011001
Octal 352 265 31
Decimal 234 181 25
Hex EA B5 19

RGB Percentages of Color #eab519

%53.18
%41.14
%5.68

CMYK Percentages of Color #eab519

%0
%23
%89
%8

Triadic Colors of #eab519

#eab519 #19eab5 #b519ea

Analogous Colors of #eab519

#eab519 #b7ea19 #ea4d19

Monochromatic Colors of #eab519

#eab519

Complementary Color

#eab519 #194eea

#eab519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab519 Color CSS Codes

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

#eab519 Text Font Color

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

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


#eab519 Background Color

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

This div background color is #eab519


#eab519 Border Color

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

This div border color is #eab519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab519


Comments

No comments written yet.

Please login to write comment.