Color Hex Logo

#5aaa28 Color Hex

#5AAA28
(90,170,40)
0 Favorites   0 Comments

Color spaces of #5aaa28

RGB 9017040
HSL0.270.620.41
HSV97°76°67°
CMYK 0.470.000.76   0.33
XYZ18.974231.07637.0058
Yxy31.07630.33260.5447
Hunter Lab55.7461-36.800031.5711
CIE-Lab62.5720-46.451255.3265

#5aaa28 color RGB value is (90,170,40).

#5aaa28 hex color red value is 90, green value is 170 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #5aaa28 hue: 0.27 , saturation: 0.62 and the lightness value of 5aaa28 is 0.41.

The process color (four color CMYK) of #5aaa28 color hex is 0.47, 0.00, 0.76, 0.33. Web safe color of #5aaa28 is #669933. Color #5aaa28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 00101000
Octal 132 252 50
Decimal 90 170 40
Hex 5A AA 28

RGB Percentages of Color #5aaa28

%30.00
%56.67
%13.33

CMYK Percentages of Color #5aaa28

%47
%0
%76
%33

Triadic Colors of #5aaa28

#5aaa28 #285aaa #aa285a

Analogous Colors of #5aaa28

#5aaa28 #28aa37 #9baa28

Monochromatic Colors of #5aaa28

#5aaa28

Complementary Color

#5aaa28 #7828aa

#5aaa28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaa28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaa28 Color CSS Codes

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

#5aaa28 Text Font Color

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

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


#5aaa28 Background Color

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

This div background color is #5aaa28


#5aaa28 Border Color

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

This div border color is #5aaa28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaa28


Comments

No comments written yet.

Please login to write comment.