Color Hex Logo

#5ad918 Color Hex

#5AD918
(90,217,24)
0 Favorites   0 Comments

Color spaces of #5ad918

RGB 9021724
HSL0.280.800.47
HSV99°89°85°
CMYK 0.590.000.89   0.15
XYZ29.194251.86539.3365
Yxy51.86530.32300.5738
Hunter Lab72.0176-53.671142.7258
CIE-Lab77.2002-64.368472.4963

#5ad918 color RGB value is (90,217,24).

#5ad918 hex color red value is 90, green value is 217 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #5ad918 hue: 0.28 , saturation: 0.80 and the lightness value of 5ad918 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011001 00011000
Octal 132 331 30
Decimal 90 217 24
Hex 5A D9 18

RGB Percentages of Color #5ad918

%27.19
%65.56
%7.25

CMYK Percentages of Color #5ad918

%59
%0
%89
%15

Triadic Colors of #5ad918

#5ad918 #185ad9 #d9185a

Analogous Colors of #5ad918

#5ad918 #18d937 #bbd918

Monochromatic Colors of #5ad918

#5ad918

Complementary Color

#5ad918 #9718d9

#5ad918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad918 Color CSS Codes

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

#5ad918 Text Font Color

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

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


#5ad918 Background Color

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

This div background color is #5ad918


#5ad918 Border Color

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

This div border color is #5ad918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad918


Comments

No comments written yet.

Please login to write comment.