Color Hex Logo

#eab20b Color Hex

#EAB20B
(234,178,11)
0 Favorites   0 Comments

Color spaces of #eab20b

RGB 23417811
HSL0.120.910.48
HSV45°95°92°
CMYK 0.000.240.95   0.08
XYZ49.912549.35747.2129
Yxy49.35740.46870.4635
Hunter Lab70.25483.869343.0912
CIE-Lab75.67318.248977.1326

#eab20b color RGB value is (234,178,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00001011
Octal 352 262 13
Decimal 234 178 11
Hex EA B2 B

RGB Percentages of Color #eab20b

%55.32
%42.08
%2.60

CMYK Percentages of Color #eab20b

%0
%24
%95
%8

Triadic Colors of #eab20b

#eab20b #0beab2 #b20bea

Analogous Colors of #eab20b

#eab20b #b3ea0b #ea430b

Monochromatic Colors of #eab20b

#eab20b

Complementary Color

#eab20b #0b43ea

#eab20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab20b Color CSS Codes

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

#eab20b Text Font Color

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

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


#eab20b Background Color

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

This div background color is #eab20b


#eab20b Border Color

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

This div border color is #eab20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab20b


Comments

No comments written yet.

Please login to write comment.