Color Hex Logo

#5aaaae Color Hex

#5AAAAE
(90,170,174)
0 Favorites   0 Comments

Color spaces of #5aaaae

RGB 90170174
HSL0.510.340.52
HSV183°48°68°
CMYK 0.480.020.00   0.32
XYZ26.231233.979145.2205
Yxy33.97910.24880.3223
Hunter Lab58.2916-21.6853-5.1909
CIE-Lab64.9460-23.3709-9.6562

#5aaaae color RGB value is (90,170,174).

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

The process color (four color CMYK) of #5aaaae color hex is 0.48, 0.02, 0.00, 0.32. Web safe color of #5aaaae is #669999. Color #5aaaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 10101110
Octal 132 252 256
Decimal 90 170 174
Hex 5A AA AE

RGB Percentages of Color #5aaaae

%20.74
%39.17
%40.09

CMYK Percentages of Color #5aaaae

%48
%2
%0
%32

Triadic Colors of #5aaaae

#5aaaae #ae5aaa #aaae5a

Analogous Colors of #5aaaae

#5aaaae #5a80ae #5aae88

Monochromatic Colors of #5aaaae

#5aaaae

Complementary Color

#5aaaae #ae5e5a

#5aaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaaae Color CSS Codes

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

#5aaaae Text Font Color

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

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


#5aaaae Background Color

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

This div background color is #5aaaae


#5aaaae Border Color

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

This div border color is #5aaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaaae


Comments

No comments written yet.

Please login to write comment.