Color Hex Logo

#eab513 Color Hex

#EAB513
(234,181,19)
0 Favorites   0 Comments

Color spaces of #eab513

RGB 23418119
HSL0.130.850.50
HSV45°92°92°
CMYK 0.000.230.92   0.08
XYZ50.573150.58727.7149
Yxy50.58720.46450.4646
Hunter Lab71.12472.454043.3561
CIE-Lab76.42836.765876.5992

#eab513 color RGB value is (234,181,19).

#eab513 hex color red value is 234, green value is 181 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eab513 hue: 0.13 , saturation: 0.85 and the lightness value of eab513 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 00010011
Octal 352 265 23
Decimal 234 181 19
Hex EA B5 13

RGB Percentages of Color #eab513

%53.92
%41.71
%4.38

CMYK Percentages of Color #eab513

%0
%23
%92
%8

Triadic Colors of #eab513

#eab513 #13eab5 #b513ea

Analogous Colors of #eab513

#eab513 #b4ea13 #ea4913

Monochromatic Colors of #eab513

#eab513

Complementary Color

#eab513 #1348ea

#eab513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab513 Color CSS Codes

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

#eab513 Text Font Color

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

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


#eab513 Background Color

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

This div background color is #eab513


#eab513 Border Color

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

This div border color is #eab513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab513


Comments

No comments written yet.

Please login to write comment.