Color Hex Logo

#eab10e Color Hex

#EAB10E
(234,177,14)
0 Favorites   0 Comments

Color spaces of #eab10e

RGB 23417714
HSL0.120.890.49
HSV44°94°92°
CMYK 0.000.240.94   0.08
XYZ49.733148.96847.2461
Yxy48.96840.46940.4622
Hunter Lab69.97744.399842.8448
CIE-Lab75.43178.805876.5923

#eab10e color RGB value is (234,177,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 00001110
Octal 352 261 16
Decimal 234 177 14
Hex EA B1 E

RGB Percentages of Color #eab10e

%55.06
%41.65
%3.29

CMYK Percentages of Color #eab10e

%0
%24
%94
%8

Triadic Colors of #eab10e

#eab10e #0eeab1 #b10eea

Analogous Colors of #eab10e

#eab10e #b5ea0e #ea430e

Monochromatic Colors of #eab10e

#eab10e

Complementary Color

#eab10e #0e47ea

#eab10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab10e Color CSS Codes

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

#eab10e Text Font Color

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

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


#eab10e Background Color

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

This div background color is #eab10e


#eab10e Border Color

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

This div border color is #eab10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab10e


Comments

No comments written yet.

Please login to write comment.