Color Hex Logo

#5ad58f Color Hex

#5AD58F
(90,213,143)
0 Favorites   0 Comments

Color spaces of #5ad58f

RGB 90213143
HSL0.410.590.59
HSV146°58°84°
CMYK 0.580.000.33   0.16
XYZ32.968651.745334.2368
Yxy51.74530.27720.4350
Hunter Lab71.9342-44.075422.1351
CIE-Lab77.1283-50.104924.5654

#5ad58f color RGB value is (90,213,143).

#5ad58f hex color red value is 90, green value is 213 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5ad58f hue: 0.41 , saturation: 0.59 and the lightness value of 5ad58f is 0.59.

The process color (four color CMYK) of #5ad58f color hex is 0.58, 0.00, 0.33, 0.16. Web safe color of #5ad58f is #66cc99. Color #5ad58f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010101 10001111
Octal 132 325 217
Decimal 90 213 143
Hex 5A D5 8F

RGB Percentages of Color #5ad58f

%20.18
%47.76
%32.06

CMYK Percentages of Color #5ad58f

%58
%0
%33
%16

Triadic Colors of #5ad58f

#5ad58f #8f5ad5 #d58f5a

Analogous Colors of #5ad58f

#5ad58f #5ad5cd #63d55a

Monochromatic Colors of #5ad58f

#5ad58f

Complementary Color

#5ad58f #d55aa0

#5ad58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad58f Color CSS Codes

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

#5ad58f Text Font Color

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

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


#5ad58f Background Color

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

This div background color is #5ad58f


#5ad58f Border Color

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

This div border color is #5ad58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad58f


Comments

No comments written yet.

Please login to write comment.