Color Hex Logo

#eab321 Color Hex

#EAB321
(234,179,33)
0 Favorites   0 Comments

Color spaces of #eab321

RGB 23417933
HSL0.120.830.52
HSV44°86°92°
CMYK 0.000.240.86   0.08
XYZ50.326349.84248.4069
Yxy49.84240.46350.4591
Hunter Lab70.59923.694442.3592
CIE-Lab75.97248.070673.4093

#eab321 color RGB value is (234,179,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 00100001
Octal 352 263 41
Decimal 234 179 33
Hex EA B3 21

RGB Percentages of Color #eab321

%52.47
%40.13
%7.40

CMYK Percentages of Color #eab321

%0
%24
%86
%8

Triadic Colors of #eab321

#eab321 #21eab3 #b321ea

Analogous Colors of #eab321

#eab321 #bdea21 #ea4f21

Monochromatic Colors of #eab321

#eab321

Complementary Color

#eab321 #2158ea

#eab321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab321 Color CSS Codes

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

#eab321 Text Font Color

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

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


#eab321 Background Color

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

This div background color is #eab321


#eab321 Border Color

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

This div border color is #eab321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab321


Comments

No comments written yet.

Please login to write comment.