Color Hex Logo

#5ad690 Color Hex

#5AD690
(90,214,144)
0 Favorites   0 Comments

Color spaces of #5ad690

RGB 90214144
HSL0.410.600.60
HSV146°58°84°
CMYK 0.580.000.33   0.16
XYZ33.297152.280434.7217
Yxy52.28040.27680.4346
Hunter Lab72.3052-44.333422.1420
CIE-Lab77.4482-50.320924.4779

#5ad690 color RGB value is (90,214,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010110 10010000
Octal 132 326 220
Decimal 90 214 144
Hex 5A D6 90

RGB Percentages of Color #5ad690

%20.09
%47.77
%32.14

CMYK Percentages of Color #5ad690

%58
%0
%33
%16

Triadic Colors of #5ad690

#5ad690 #905ad6 #d6905a

Analogous Colors of #5ad690

#5ad690 #5ad6ce #62d65a

Monochromatic Colors of #5ad690

#5ad690

Complementary Color

#5ad690 #d65aa0

#5ad690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad690 Color CSS Codes

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

#5ad690 Text Font Color

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

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


#5ad690 Background Color

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

This div background color is #5ad690


#5ad690 Border Color

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

This div border color is #5ad690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad690


Comments

No comments written yet.

Please login to write comment.