Color Hex Logo

#eae050 Color Hex

#EAE050
(234,224,80)
0 Favorites   0 Comments

Color spaces of #eae050

RGB 23422480
HSL0.160.790.62
HSV56°66°92°
CMYK 0.000.040.66   0.08
XYZ62.035371.382918.0981
Yxy71.38290.40940.4711
Hunter Lab84.4884-16.791746.4415
CIE-Lab87.6707-13.142468.7776

#eae050 color RGB value is (234,224,80).

#eae050 hex color red value is 234, green value is 224 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eae050 hue: 0.16 , saturation: 0.79 and the lightness value of eae050 is 0.62.

The process color (four color CMYK) of #eae050 color hex is 0.00, 0.04, 0.66, 0.08. Web safe color of #eae050 is #ffcc66. Color #eae050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100000 01010000
Octal 352 340 120
Decimal 234 224 80
Hex EA E0 50

RGB Percentages of Color #eae050

%43.49
%41.64
%14.87

CMYK Percentages of Color #eae050

%0
%4
%66
%8

Triadic Colors of #eae050

#eae050 #50eae0 #e050ea

Analogous Colors of #eae050

#eae050 #a7ea50 #ea9350

Monochromatic Colors of #eae050

#eae050

Complementary Color

#eae050 #505aea

#eae050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae050 Color CSS Codes

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

#eae050 Text Font Color

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

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


#eae050 Background Color

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

This div background color is #eae050


#eae050 Border Color

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

This div border color is #eae050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae050


Comments

No comments written yet.

Please login to write comment.