Color Hex Logo

#5ad81c Color Hex

#5AD81C
(90,216,28)
0 Favorites   0 Comments

Color spaces of #5ad81c

RGB 9021628
HSL0.280.770.48
HSV100°87°85°
CMYK 0.580.000.87   0.15
XYZ28.981951.36929.4864
Yxy51.36920.32260.5718
Hunter Lab71.6723-53.247142.3231
CIE-Lab76.9021-63.903171.5128

#5ad81c color RGB value is (90,216,28).

#5ad81c hex color red value is 90, green value is 216 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5ad81c hue: 0.28 , saturation: 0.77 and the lightness value of 5ad81c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011000 00011100
Octal 132 330 34
Decimal 90 216 28
Hex 5A D8 1C

RGB Percentages of Color #5ad81c

%26.95
%64.67
%8.38

CMYK Percentages of Color #5ad81c

%58
%0
%87
%15

Triadic Colors of #5ad81c

#5ad81c #1c5ad8 #d81c5a

Analogous Colors of #5ad81c

#5ad81c #1cd83c #b8d81c

Monochromatic Colors of #5ad81c

#5ad81c

Complementary Color

#5ad81c #9a1cd8

#5ad81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad81c Color CSS Codes

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

#5ad81c Text Font Color

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

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


#5ad81c Background Color

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

This div background color is #5ad81c


#5ad81c Border Color

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

This div border color is #5ad81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad81c


Comments

No comments written yet.

Please login to write comment.