Color Hex Logo

#5ad35b Color Hex

#5AD35B
(90,211,91)
0 Favorites   0 Comments

Color spaces of #5ad35b

RGB 9021191
HSL0.330.580.59
HSV120°57°83°
CMYK 0.570.000.57   0.17
XYZ29.399049.517517.9059
Yxy49.51750.30360.5114
Hunter Lab70.3687-48.570534.1712
CIE-Lab75.7721-57.425848.6535

#5ad35b color RGB value is (90,211,91).

#5ad35b hex color red value is 90, green value is 211 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #5ad35b hue: 0.33 , saturation: 0.58 and the lightness value of 5ad35b is 0.59.

The process color (four color CMYK) of #5ad35b color hex is 0.57, 0.00, 0.57, 0.17. Web safe color of #5ad35b is #66cc66. Color #5ad35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010011 01011011
Octal 132 323 133
Decimal 90 211 91
Hex 5A D3 5B

RGB Percentages of Color #5ad35b

%22.96
%53.83
%23.21

CMYK Percentages of Color #5ad35b

%57
%0
%57
%17

Triadic Colors of #5ad35b

#5ad35b #5b5ad3 #d35b5a

Analogous Colors of #5ad35b

#5ad35b #5ad398 #96d35a

Monochromatic Colors of #5ad35b

#5ad35b

Complementary Color

#5ad35b #d35ad2

#5ad35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad35b Color CSS Codes

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

#5ad35b Text Font Color

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

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


#5ad35b Background Color

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

This div background color is #5ad35b


#5ad35b Border Color

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

This div border color is #5ad35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad35b


Comments

No comments written yet.

Please login to write comment.