Color Hex Logo

#eab20e Color Hex

#EAB20E
(234,178,14)
0 Favorites   0 Comments

Color spaces of #eab20e

RGB 23417814
HSL0.120.890.49
HSV45°94°92°
CMYK 0.000.240.94   0.08
XYZ49.931349.36497.3122
Yxy49.36490.46840.4630
Hunter Lab70.26023.898143.0116
CIE-Lab75.67788.279576.7710

#eab20e color RGB value is (234,178,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00001110
Octal 352 262 16
Decimal 234 178 14
Hex EA B2 E

RGB Percentages of Color #eab20e

%54.93
%41.78
%3.29

CMYK Percentages of Color #eab20e

%0
%24
%94
%8

Triadic Colors of #eab20e

#eab20e #0eeab2 #b20eea

Analogous Colors of #eab20e

#eab20e #b4ea0e #ea440e

Monochromatic Colors of #eab20e

#eab20e

Complementary Color

#eab20e #0e46ea

#eab20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab20e Color CSS Codes

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

#eab20e Text Font Color

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

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


#eab20e Background Color

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

This div background color is #eab20e


#eab20e Border Color

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

This div border color is #eab20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab20e


Comments

No comments written yet.

Please login to write comment.