Color Hex Logo

#5ad60a Color Hex

#5AD60A
(90,214,10)
0 Favorites   0 Comments

Color spaces of #5ad60a

RGB 9021410
HSL0.270.910.44
HSV96°95°84°
CMYK 0.580.000.95   0.16
XYZ28.317850.28878.5014
Yxy50.28870.32510.5773
Hunter Lab70.9145-52.821342.5323
CIE-Lab76.2461-63.666073.5633

#5ad60a color RGB value is (90,214,10).

#5ad60a hex color red value is 90, green value is 214 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5ad60a hue: 0.27 , saturation: 0.91 and the lightness value of 5ad60a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010110 00001010
Octal 132 326 12
Decimal 90 214 10
Hex 5A D6 A

RGB Percentages of Color #5ad60a

%28.66
%68.15
%3.18

CMYK Percentages of Color #5ad60a

%58
%0
%95
%16

Triadic Colors of #5ad60a

#5ad60a #0a5ad6 #d60a5a

Analogous Colors of #5ad60a

#5ad60a #0ad620 #c0d60a

Monochromatic Colors of #5ad60a

#5ad60a

Complementary Color

#5ad60a #860ad6

#5ad60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad60a Color CSS Codes

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

#5ad60a Text Font Color

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

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


#5ad60a Background Color

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

This div background color is #5ad60a


#5ad60a Border Color

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

This div border color is #5ad60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad60a


Comments

No comments written yet.

Please login to write comment.