Color Hex Logo

#5ad98d Color Hex

#5AD98D
(90,217,141)
0 Favorites   0 Comments

Color spaces of #5ad98d

RGB 90217141
HSL0.400.630.60
HSV144°59°85°
CMYK 0.590.000.35   0.15
XYZ33.837053.722533.7854
Yxy53.72250.27880.4427
Hunter Lab73.2956-45.862723.9774
CIE-Lab78.2996-52.096027.1853

#5ad98d color RGB value is (90,217,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011001 10001101
Octal 132 331 215
Decimal 90 217 141
Hex 5A D9 8D

RGB Percentages of Color #5ad98d

%20.09
%48.44
%31.47

CMYK Percentages of Color #5ad98d

%59
%0
%35
%15

Triadic Colors of #5ad98d

#5ad98d #8d5ad9 #d98d5a

Analogous Colors of #5ad98d

#5ad98d #5ad9cd #67d95a

Monochromatic Colors of #5ad98d

#5ad98d

Complementary Color

#5ad98d #d95aa6

#5ad98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad98d Color CSS Codes

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

#5ad98d Text Font Color

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

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


#5ad98d Background Color

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

This div background color is #5ad98d


#5ad98d Border Color

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

This div border color is #5ad98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad98d


Comments

No comments written yet.

Please login to write comment.