Color Hex Logo

#5ad416 Color Hex

#5AD416
(90,212,22)
0 Favorites   0 Comments

Color spaces of #5ad416

RGB 9021222
HSL0.270.810.46
HSV99°90°83°
CMYK 0.580.000.90   0.17
XYZ27.904849.31868.8078
Yxy49.31860.32440.5733
Hunter Lab70.2272-51.970641.7230
CIE-Lab75.6491-62.724171.5191

#5ad416 color RGB value is (90,212,22).

#5ad416 hex color red value is 90, green value is 212 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #5ad416 hue: 0.27 , saturation: 0.81 and the lightness value of 5ad416 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010100 00010110
Octal 132 324 26
Decimal 90 212 22
Hex 5A D4 16

RGB Percentages of Color #5ad416

%27.78
%65.43
%6.79

CMYK Percentages of Color #5ad416

%58
%0
%90
%17

Triadic Colors of #5ad416

#5ad416 #165ad4 #d4165a

Analogous Colors of #5ad416

#5ad416 #16d431 #b9d416

Monochromatic Colors of #5ad416

#5ad416

Complementary Color

#5ad416 #9016d4

#5ad416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad416 Color CSS Codes

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

#5ad416 Text Font Color

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

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


#5ad416 Background Color

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

This div background color is #5ad416


#5ad416 Border Color

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

This div border color is #5ad416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad416


Comments

No comments written yet.

Please login to write comment.