Color Hex Logo

#eae420 Color Hex

#EAE420
(234,228,32)
0 Favorites   0 Comments

Color spaces of #eae420

RGB 23422832
HSL0.160.830.52
HSV58°86°92°
CMYK 0.000.030.86   0.08
XYZ61.935873.083512.2087
Yxy73.08350.42070.4964
Hunter Lab85.4889-20.284251.3750
CIE-Lab88.4875-16.895283.7088

#eae420 color RGB value is (234,228,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100100 00100000
Octal 352 344 40
Decimal 234 228 32
Hex EA E4 20

RGB Percentages of Color #eae420

%47.37
%46.15
%6.48

CMYK Percentages of Color #eae420

%0
%3
%86
%8

Triadic Colors of #eae420

#eae420 #20eae4 #e420ea

Analogous Colors of #eae420

#eae420 #8bea20 #ea7f20

Monochromatic Colors of #eae420

#eae420

Complementary Color

#eae420 #2026ea

#eae420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae420 Color CSS Codes

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

#eae420 Text Font Color

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

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


#eae420 Background Color

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

This div background color is #eae420


#eae420 Border Color

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

This div border color is #eae420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae420


Comments

No comments written yet.

Please login to write comment.