Color Hex Logo

#5acc80 Color Hex

#5ACC80
(90,204,128)
0 Favorites   0 Comments

Color spaces of #5acc80

RGB 90204128
HSL0.390.530.58
HSV140°56°80°
CMYK 0.560.000.37   0.20
XYZ29.705646.917927.9125
Yxy46.91790.28420.4488
Hunter Lab68.4966-42.457323.7869
CIE-Lab74.1372-49.207328.3586

#5acc80 color RGB value is (90,204,128).

#5acc80 hex color red value is 90, green value is 204 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5acc80 hue: 0.39 , saturation: 0.53 and the lightness value of 5acc80 is 0.58.

The process color (four color CMYK) of #5acc80 color hex is 0.56, 0.00, 0.37, 0.20. Web safe color of #5acc80 is #66cc99. Color #5acc80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 10000000
Octal 132 314 200
Decimal 90 204 128
Hex 5A CC 80

RGB Percentages of Color #5acc80

%21.33
%48.34
%30.33

CMYK Percentages of Color #5acc80

%56
%0
%37
%20

Triadic Colors of #5acc80

#5acc80 #805acc #cc805a

Analogous Colors of #5acc80

#5acc80 #5accb9 #6dcc5a

Monochromatic Colors of #5acc80

#5acc80

Complementary Color

#5acc80 #cc5aa6

#5acc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acc80 Color CSS Codes

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

#5acc80 Text Font Color

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

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


#5acc80 Background Color

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

This div background color is #5acc80


#5acc80 Border Color

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

This div border color is #5acc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acc80


Comments

No comments written yet.

Please login to write comment.