Color Hex Logo

#eab411 Color Hex

#EAB411
(234,180,17)
0 Favorites   0 Comments

Color spaces of #eab411

RGB 23418017
HSL0.130.860.49
HSV45°93°92°
CMYK 0.000.230.93   0.08
XYZ50.354150.17547.5612
Yxy50.17540.46590.4642
Hunter Lab70.83462.929543.2553
CIE-Lab76.17687.264176.7189

#eab411 color RGB value is (234,180,17).

#eab411 hex color red value is 234, green value is 180 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #eab411 hue: 0.13 , saturation: 0.86 and the lightness value of eab411 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 00010001
Octal 352 264 21
Decimal 234 180 17
Hex EA B4 11

RGB Percentages of Color #eab411

%54.29
%41.76
%3.94

CMYK Percentages of Color #eab411

%0
%23
%93
%8

Triadic Colors of #eab411

#eab411 #11eab4 #b411ea

Analogous Colors of #eab411

#eab411 #b4ea11 #ea4811

Monochromatic Colors of #eab411

#eab411

Complementary Color

#eab411 #1147ea

#eab411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab411 Color CSS Codes

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

#eab411 Text Font Color

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

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


#eab411 Background Color

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

This div background color is #eab411


#eab411 Border Color

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

This div border color is #eab411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab411


Comments

No comments written yet.

Please login to write comment.