Color Hex Logo

#5aa287 Color Hex

#5AA287
(90,162,135)
0 Favorites   0 Comments

Color spaces of #5aa287

RGB 90162135
HSL0.440.290.49
HSV158°44°64°
CMYK 0.440.000.17   0.36
XYZ21.510029.763627.5329
Yxy29.76360.27290.3777
Hunter Lab54.5560-25.09528.2672
CIE-Lab61.4497-29.13627.0621

#5aa287 color RGB value is (90,162,135).

#5aa287 hex color red value is 90, green value is 162 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #5aa287 hue: 0.44 , saturation: 0.29 and the lightness value of 5aa287 is 0.49.

The process color (four color CMYK) of #5aa287 color hex is 0.44, 0.00, 0.17, 0.36. Web safe color of #5aa287 is #669999. Color #5aa287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100010 10000111
Octal 132 242 207
Decimal 90 162 135
Hex 5A A2 87

RGB Percentages of Color #5aa287

%23.26
%41.86
%34.88

CMYK Percentages of Color #5aa287

%44
%0
%17
%36

Triadic Colors of #5aa287

#5aa287 #875aa2 #a2875a

Analogous Colors of #5aa287

#5aa287 #5a99a2 #5aa263

Monochromatic Colors of #5aa287

#5aa287

Complementary Color

#5aa287 #a25a75

#5aa287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa287 Color CSS Codes

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

#5aa287 Text Font Color

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

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


#5aa287 Background Color

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

This div background color is #5aa287


#5aa287 Border Color

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

This div border color is #5aa287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa287


Comments

No comments written yet.

Please login to write comment.