Color Hex Logo

#eab221 Color Hex

#EAB221
(234,178,33)
0 Favorites   0 Comments

Color spaces of #eab221

RGB 23417833
HSL0.120.830.52
HSV43°86°92°
CMYK 0.000.240.86   0.08
XYZ50.126649.44308.3403
Yxy49.44300.46450.4582
Hunter Lab70.31574.196442.1885
CIE-Lab75.72618.596673.2101

#eab221 color RGB value is (234,178,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 00100001
Octal 352 262 41
Decimal 234 178 33
Hex EA B2 21

RGB Percentages of Color #eab221

%52.58
%40.00
%7.42

CMYK Percentages of Color #eab221

%0
%24
%86
%8

Triadic Colors of #eab221

#eab221 #21eab2 #b221ea

Analogous Colors of #eab221

#eab221 #beea21 #ea4e21

Monochromatic Colors of #eab221

#eab221

Complementary Color

#eab221 #2159ea

#eab221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab221 Color CSS Codes

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

#eab221 Text Font Color

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

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


#eab221 Background Color

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

This div background color is #eab221


#eab221 Border Color

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

This div border color is #eab221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab221


Comments

No comments written yet.

Please login to write comment.