Color Hex Logo

#5aa980 Color Hex

#5AA980
(90,169,128)
0 Favorites   0 Comments

Color spaces of #5aa980

RGB 90169128
HSL0.410.310.51
HSV149°47°66°
CMYK 0.470.000.24   0.34
XYZ22.300732.108125.4442
Yxy32.10810.27930.4021
Hunter Lab56.6640-28.911513.0414
CIE-Lab63.4321-33.992413.7627

#5aa980 color RGB value is (90,169,128).

#5aa980 hex color red value is 90, green value is 169 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5aa980 hue: 0.41 , saturation: 0.31 and the lightness value of 5aa980 is 0.51.

The process color (four color CMYK) of #5aa980 color hex is 0.47, 0.00, 0.24, 0.34. Web safe color of #5aa980 is #669999. Color #5aa980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101001 10000000
Octal 132 251 200
Decimal 90 169 128
Hex 5A A9 80

RGB Percentages of Color #5aa980

%23.26
%43.67
%33.07

CMYK Percentages of Color #5aa980

%47
%0
%24
%34

Triadic Colors of #5aa980

#5aa980 #805aa9 #a9805a

Analogous Colors of #5aa980

#5aa980 #5aa9a8 #5ba95a

Monochromatic Colors of #5aa980

#5aa980

Complementary Color

#5aa980 #a95a83

#5aa980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa980 Color CSS Codes

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

#5aa980 Text Font Color

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

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


#5aa980 Background Color

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

This div background color is #5aa980


#5aa980 Border Color

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

This div border color is #5aa980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,169,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 #5aa980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa980


Comments

No comments written yet.

Please login to write comment.