Color Hex Logo

#5aa4aa Color Hex

#5AA4AA
(90,164,170)
0 Favorites   0 Comments

Color spaces of #5aa4aa

RGB 90164170
HSL0.510.320.51
HSV185°47°67°
CMYK 0.470.040.00   0.33
XYZ24.747631.626942.8305
Yxy31.62690.24950.3188
Hunter Lab56.2378-19.8667-5.7886
CIE-Lab63.0333-21.3834-10.2773

#5aa4aa color RGB value is (90,164,170).

#5aa4aa hex color red value is 90, green value is 164 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5aa4aa hue: 0.51 , saturation: 0.32 and the lightness value of 5aa4aa is 0.51.

The process color (four color CMYK) of #5aa4aa color hex is 0.47, 0.04, 0.00, 0.33. Web safe color of #5aa4aa is #669999. Color #5aa4aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100100 10101010
Octal 132 244 252
Decimal 90 164 170
Hex 5A A4 AA

RGB Percentages of Color #5aa4aa

%21.23
%38.68
%40.09

CMYK Percentages of Color #5aa4aa

%47
%4
%0
%33

Triadic Colors of #5aa4aa

#5aa4aa #aa5aa4 #a4aa5a

Analogous Colors of #5aa4aa

#5aa4aa #5a7caa #5aaa88

Monochromatic Colors of #5aa4aa

#5aa4aa

Complementary Color

#5aa4aa #aa605a

#5aa4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa4aa Color CSS Codes

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

#5aa4aa Text Font Color

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

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


#5aa4aa Background Color

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

This div background color is #5aa4aa


#5aa4aa Border Color

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

This div border color is #5aa4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa4aa


Comments

No comments written yet.

Please login to write comment.