Color Hex Logo

#5ad93a Color Hex

#5AD93A
(90,217,58)
0 Favorites   0 Comments

Color spaces of #5ad93a

RGB 9021758
HSL0.300.680.54
HSV108°73°85°
CMYK 0.590.000.73   0.15
XYZ29.793052.104912.4900
Yxy52.10490.31560.5520
Hunter Lab72.1837-52.647740.2696
CIE-Lab77.3435-62.695163.7600

#5ad93a color RGB value is (90,217,58).

#5ad93a hex color red value is 90, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5ad93a hue: 0.30 , saturation: 0.68 and the lightness value of 5ad93a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011001 00111010
Octal 132 331 72
Decimal 90 217 58
Hex 5A D9 3A

RGB Percentages of Color #5ad93a

%24.66
%59.45
%15.89

CMYK Percentages of Color #5ad93a

%59
%0
%73
%15

Triadic Colors of #5ad93a

#5ad93a #3a5ad9 #d93a5a

Analogous Colors of #5ad93a

#5ad93a #3ad96a #aad93a

Monochromatic Colors of #5ad93a

#5ad93a

Complementary Color

#5ad93a #b93ad9

#5ad93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad93a Color CSS Codes

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

#5ad93a Text Font Color

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

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


#5ad93a Background Color

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

This div background color is #5ad93a


#5ad93a Border Color

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

This div border color is #5ad93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad93a


Comments

No comments written yet.

Please login to write comment.