Color Hex Logo

#eae550 Color Hex

#EAE550
(234,229,80)
0 Favorites   0 Comments

Color spaces of #eae550

RGB 23422980
HSL0.160.790.62
HSV58°66°92°
CMYK 0.000.020.66   0.08
XYZ63.399074.110218.5526
Yxy74.11020.40620.4749
Hunter Lab86.0873-19.196447.4836
CIE-Lab88.9745-15.607470.1127

#eae550 color RGB value is (234,229,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 01010000
Octal 352 345 120
Decimal 234 229 80
Hex EA E5 50

RGB Percentages of Color #eae550

%43.09
%42.17
%14.73

CMYK Percentages of Color #eae550

%0
%2
%66
%8

Triadic Colors of #eae550

#eae550 #50eae5 #e550ea

Analogous Colors of #eae550

#eae550 #a2ea50 #ea9850

Monochromatic Colors of #eae550

#eae550

Complementary Color

#eae550 #5055ea

#eae550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae550 Color CSS Codes

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

#eae550 Text Font Color

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

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


#eae550 Background Color

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

This div background color is #eae550


#eae550 Border Color

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

This div border color is #eae550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae550


Comments

No comments written yet.

Please login to write comment.