Color Hex Logo

#5aa207 Color Hex

#5AA207
(90,162,7)
0 Favorites   0 Comments

Color spaces of #5aa207

RGB 901627
HSL0.240.920.33
HSV88°96°64°
CMYK 0.440.000.96   0.36
XYZ17.175128.02974.7061
Yxy28.02970.34410.5616
Hunter Lab52.9431-34.743831.7899
CIE-Lab59.9156-44.545460.7008

#5aa207 color RGB value is (90,162,7).

#5aa207 hex color red value is 90, green value is 162 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #5aa207 hue: 0.24 , saturation: 0.92 and the lightness value of 5aa207 is 0.33.

The process color (four color CMYK) of #5aa207 color hex is 0.44, 0.00, 0.96, 0.36. Web safe color of #5aa207 is #669900. Color #5aa207 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100010 00000111
Octal 132 242 7
Decimal 90 162 7
Hex 5A A2 7

RGB Percentages of Color #5aa207

%34.75
%62.55
%2.70

CMYK Percentages of Color #5aa207

%44
%0
%96
%36

Triadic Colors of #5aa207

#5aa207 #075aa2 #a2075a

Analogous Colors of #5aa207

#5aa207 #0da207 #a29d07

Monochromatic Colors of #5aa207

#5aa207

Complementary Color

#5aa207 #4f07a2

#5aa207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa207 Color CSS Codes

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

#5aa207 Text Font Color

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

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


#5aa207 Background Color

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

This div background color is #5aa207


#5aa207 Border Color

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

This div border color is #5aa207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa207


Comments

No comments written yet.

Please login to write comment.