Color Hex Logo

#eab111 Color Hex

#EAB111
(234,177,17)
0 Favorites   0 Comments

Color spaces of #eab111

RGB 23417717
HSL0.120.860.49
HSV44°93°92°
CMYK 0.000.240.93   0.08
XYZ49.755048.97727.3615
Yxy48.97720.46900.4616
Hunter Lab69.98374.433342.7520
CIE-Lab75.43718.841476.1738

#eab111 color RGB value is (234,177,17).

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

The process color (four color CMYK) of #eab111 color hex is 0.00, 0.24, 0.93, 0.08. Web safe color of #eab111 is #ff9900. Color #eab111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 00010001
Octal 352 261 21
Decimal 234 177 17
Hex EA B1 11

RGB Percentages of Color #eab111

%54.67
%41.36
%3.97

CMYK Percentages of Color #eab111

%0
%24
%93
%8

Triadic Colors of #eab111

#eab111 #11eab1 #b111ea

Analogous Colors of #eab111

#eab111 #b7ea11 #ea4511

Monochromatic Colors of #eab111

#eab111

Complementary Color

#eab111 #114aea

#eab111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab111 Color CSS Codes

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

#eab111 Text Font Color

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

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


#eab111 Background Color

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

This div background color is #eab111


#eab111 Border Color

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

This div border color is #eab111


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,177,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 #eab111">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab111


Comments

No comments written yet.

Please login to write comment.