Color Hex Logo

#5aa527 Color Hex

#5AA527
(90,165,39)
0 Favorites   0 Comments

Color spaces of #5aa527

RGB 9016539
HSL0.270.620.40
HSV96°76°65°
CMYK 0.450.000.76   0.35
XYZ18.037829.23046.6108
Yxy29.23040.33480.5425
Hunter Lab54.0651-35.060930.5959
CIE-Lab60.9844-44.496754.1248

#5aa527 color RGB value is (90,165,39).

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

The process color (four color CMYK) of #5aa527 color hex is 0.45, 0.00, 0.76, 0.35. Web safe color of #5aa527 is #669933. Color #5aa527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100101 00100111
Octal 132 245 47
Decimal 90 165 39
Hex 5A A5 27

RGB Percentages of Color #5aa527

%30.61
%56.12
%13.27

CMYK Percentages of Color #5aa527

%45
%0
%76
%35

Triadic Colors of #5aa527

#5aa527 #275aa5 #a5275a

Analogous Colors of #5aa527

#5aa527 #27a533 #99a527

Monochromatic Colors of #5aa527

#5aa527

Complementary Color

#5aa527 #7227a5

#5aa527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa527 Color CSS Codes

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

#5aa527 Text Font Color

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

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


#5aa527 Background Color

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

This div background color is #5aa527


#5aa527 Border Color

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

This div border color is #5aa527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa527


Comments

No comments written yet.

Please login to write comment.