Color Hex Logo

#5aaa15 Color Hex

#5AAA15
(90,170,21)
0 Favorites   0 Comments

Color spaces of #5aaa15

RGB 9017021
HSL0.260.780.37
HSV92°88°67°
CMYK 0.470.000.88   0.33
XYZ18.726530.97735.7017
Yxy30.97730.33800.5591
Hunter Lab55.6573-37.341932.8862
CIE-Lab62.4885-47.368460.5003

#5aaa15 color RGB value is (90,170,21).

#5aaa15 hex color red value is 90, green value is 170 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #5aaa15 hue: 0.26 , saturation: 0.78 and the lightness value of 5aaa15 is 0.37.

The process color (four color CMYK) of #5aaa15 color hex is 0.47, 0.00, 0.88, 0.33. Web safe color of #5aaa15 is #669900. Color #5aaa15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 00010101
Octal 132 252 25
Decimal 90 170 21
Hex 5A AA 15

RGB Percentages of Color #5aaa15

%32.03
%60.50
%7.47

CMYK Percentages of Color #5aaa15

%47
%0
%88
%33

Triadic Colors of #5aaa15

#5aaa15 #155aaa #aa155a

Analogous Colors of #5aaa15

#5aaa15 #15aa1b #a5aa15

Monochromatic Colors of #5aaa15

#5aaa15

Complementary Color

#5aaa15 #6515aa

#5aaa15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaa15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaa15 Color CSS Codes

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

#5aaa15 Text Font Color

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

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


#5aaa15 Background Color

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

This div background color is #5aaa15


#5aaa15 Border Color

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

This div border color is #5aaa15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaa15


Comments

No comments written yet.

Please login to write comment.