Color Hex Logo

#5ae482 Color Hex

#5AE482
(90,228,130)
0 Favorites   0 Comments

Color spaces of #5ae482

RGB 90228130
HSL0.380.720.62
HSV137°61°89°
CMYK 0.610.000.43   0.11
XYZ35.989159.272230.6629
Yxy59.27220.28580.4707
Hunter Lab76.9884-51.288030.2779
CIE-Lab81.4410-58.277336.9082

#5ae482 color RGB value is (90,228,130).

#5ae482 hex color red value is 90, green value is 228 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #5ae482 hue: 0.38 , saturation: 0.72 and the lightness value of 5ae482 is 0.62.

The process color (four color CMYK) of #5ae482 color hex is 0.61, 0.00, 0.43, 0.11. Web safe color of #5ae482 is #66cc99. Color #5ae482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100100 10000010
Octal 132 344 202
Decimal 90 228 130
Hex 5A E4 82

RGB Percentages of Color #5ae482

%20.09
%50.89
%29.02

CMYK Percentages of Color #5ae482

%61
%0
%43
%11

Triadic Colors of #5ae482

#5ae482 #825ae4 #e4825a

Analogous Colors of #5ae482

#5ae482 #5ae4c7 #77e45a

Monochromatic Colors of #5ae482

#5ae482

Complementary Color

#5ae482 #e45abc

#5ae482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae482 Color CSS Codes

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

#5ae482 Text Font Color

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

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


#5ae482 Background Color

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

This div background color is #5ae482


#5ae482 Border Color

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

This div border color is #5ae482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae482


Comments

No comments written yet.

Please login to write comment.