Color Hex Logo

#5ad142 Color Hex

#5AD142
(90,209,66)
0 Favorites   0 Comments

Color spaces of #5ad142

RGB 9020966
HSL0.310.610.54
HSV110°68°82°
CMYK 0.570.000.68   0.18
XYZ28.000348.167912.9758
Yxy48.16790.31410.5403
Hunter Lab69.4031-49.440637.4971
CIE-Lab74.9307-59.248958.3560

#5ad142 color RGB value is (90,209,66).

#5ad142 hex color red value is 90, green value is 209 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #5ad142 hue: 0.31 , saturation: 0.61 and the lightness value of 5ad142 is 0.54.

The process color (four color CMYK) of #5ad142 color hex is 0.57, 0.00, 0.68, 0.18. Web safe color of #5ad142 is #66cc33. Color #5ad142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010001 01000010
Octal 132 321 102
Decimal 90 209 66
Hex 5A D1 42

RGB Percentages of Color #5ad142

%24.66
%57.26
%18.08

CMYK Percentages of Color #5ad142

%57
%0
%68
%18

Triadic Colors of #5ad142

#5ad142 #425ad1 #d1425a

Analogous Colors of #5ad142

#5ad142 #42d172 #a2d142

Monochromatic Colors of #5ad142

#5ad142

Complementary Color

#5ad142 #b942d1

#5ad142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad142 Color CSS Codes

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

#5ad142 Text Font Color

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

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


#5ad142 Background Color

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

This div background color is #5ad142


#5ad142 Border Color

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

This div border color is #5ad142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad142


Comments

No comments written yet.

Please login to write comment.