Color Hex Logo

#5ae05a Color Hex

#5AE05A
(90,224,90)
0 Favorites   0 Comments

Color spaces of #5ae05a

RGB 9022490
HSL0.330.680.62
HSV120°60°88°
CMYK 0.600.000.60   0.12
XYZ32.717656.223218.8006
Yxy56.22320.30370.5218
Hunter Lab74.9821-53.332337.6214
CIE-Lab79.7407-62.259053.7004

#5ae05a color RGB value is (90,224,90).

#5ae05a hex color red value is 90, green value is 224 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #5ae05a hue: 0.33 , saturation: 0.68 and the lightness value of 5ae05a is 0.62.

The process color (four color CMYK) of #5ae05a color hex is 0.60, 0.00, 0.60, 0.12. Web safe color of #5ae05a is #66cc66. Color #5ae05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100000 01011010
Octal 132 340 132
Decimal 90 224 90
Hex 5A E0 5A

RGB Percentages of Color #5ae05a

%22.28
%55.45
%22.28

CMYK Percentages of Color #5ae05a

%60
%0
%60
%12

Triadic Colors of #5ae05a

#5ae05a #5a5ae0 #e05a5a

Analogous Colors of #5ae05a

#5ae05a #5ae09d #9de05a

Monochromatic Colors of #5ae05a

#5ae05a

Complementary Color

#5ae05a #e05ae0

#5ae05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae05a Color CSS Codes

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

#5ae05a Text Font Color

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

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


#5ae05a Background Color

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

This div background color is #5ae05a


#5ae05a Border Color

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

This div border color is #5ae05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae05a


Comments

No comments written yet.

Please login to write comment.