Color Hex Logo

#5ae52a Color Hex

#5AE52A
(90,229,42)
0 Favorites   0 Comments

Color spaces of #5ae52a

RGB 9022942
HSL0.290.780.53
HSV105°82°90°
CMYK 0.610.000.82   0.10
XYZ32.653758.379411.7378
Yxy58.37940.31770.5681
Hunter Lab76.4064-57.425944.3762
CIE-Lab80.9493-67.696771.9681

#5ae52a color RGB value is (90,229,42).

#5ae52a hex color red value is 90, green value is 229 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #5ae52a hue: 0.29 , saturation: 0.78 and the lightness value of 5ae52a is 0.53.

The process color (four color CMYK) of #5ae52a color hex is 0.61, 0.00, 0.82, 0.10. Web safe color of #5ae52a is #66cc33. Color #5ae52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100101 00101010
Octal 132 345 52
Decimal 90 229 42
Hex 5A E5 2A

RGB Percentages of Color #5ae52a

%24.93
%63.43
%11.63

CMYK Percentages of Color #5ae52a

%61
%0
%82
%10

Triadic Colors of #5ae52a

#5ae52a #2a5ae5 #e52a5a

Analogous Colors of #5ae52a

#5ae52a #2ae558 #b8e52a

Monochromatic Colors of #5ae52a

#5ae52a

Complementary Color

#5ae52a #b52ae5

#5ae52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae52a Color CSS Codes

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

#5ae52a Text Font Color

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

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


#5ae52a Background Color

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

This div background color is #5ae52a


#5ae52a Border Color

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

This div border color is #5ae52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae52a


Comments

No comments written yet.

Please login to write comment.