Color Hex Logo

#eab120 Color Hex

#EAB120
(234,177,32)
0 Favorites   0 Comments

Color spaces of #eab120

RGB 23417732
HSL0.120.830.52
HSV43°86°92°
CMYK 0.000.240.86   0.08
XYZ49.914549.04108.2016
Yxy49.04100.46580.4577
Hunter Lab70.02934.677542.0766
CIE-Lab75.47689.100473.2538

#eab120 color RGB value is (234,177,32).

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

The process color (four color CMYK) of #eab120 color hex is 0.00, 0.24, 0.86, 0.08. Web safe color of #eab120 is #ff9933. Color #eab120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 00100000
Octal 352 261 40
Decimal 234 177 32
Hex EA B1 20

RGB Percentages of Color #eab120

%52.82
%39.95
%7.22

CMYK Percentages of Color #eab120

%0
%24
%86
%8

Triadic Colors of #eab120

#eab120 #20eab1 #b120ea

Analogous Colors of #eab120

#eab120 #beea20 #ea4c20

Monochromatic Colors of #eab120

#eab120

Complementary Color

#eab120 #2059ea

#eab120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab120 Color CSS Codes

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

#eab120 Text Font Color

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

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


#eab120 Background Color

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

This div background color is #eab120


#eab120 Border Color

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

This div border color is #eab120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab120


Comments

No comments written yet.

Please login to write comment.