Color Hex Logo

#5ad99e Color Hex

#5AD99E
(90,217,158)
0 Favorites   0 Comments

Color spaces of #5ad99e

RGB 90217158
HSL0.420.630.60
HSV152°59°85°
CMYK 0.590.000.27   0.15
XYZ35.200954.268040.9672
Yxy54.26800.26990.4161
Hunter Lab73.6668-43.622618.5947
CIE-Lab78.6177-48.768418.7490

#5ad99e color RGB value is (90,217,158).

#5ad99e hex color red value is 90, green value is 217 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5ad99e hue: 0.42 , saturation: 0.63 and the lightness value of 5ad99e is 0.60.

The process color (four color CMYK) of #5ad99e color hex is 0.59, 0.00, 0.27, 0.15. Web safe color of #5ad99e is #66cc99. Color #5ad99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011001 10011110
Octal 132 331 236
Decimal 90 217 158
Hex 5A D9 9E

RGB Percentages of Color #5ad99e

%19.35
%46.67
%33.98

CMYK Percentages of Color #5ad99e

%59
%0
%27
%15

Triadic Colors of #5ad99e

#5ad99e #9e5ad9 #d99e5a

Analogous Colors of #5ad99e

#5ad99e #5ad5d9 #5ad95e

Monochromatic Colors of #5ad99e

#5ad99e

Complementary Color

#5ad99e #d95a95

#5ad99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad99e Color CSS Codes

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

#5ad99e Text Font Color

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

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


#5ad99e Background Color

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

This div background color is #5ad99e


#5ad99e Border Color

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

This div border color is #5ad99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad99e


Comments

No comments written yet.

Please login to write comment.