Color Hex Logo

#5aaaac Color Hex

#5AAAAC
(90,170,172)
0 Favorites   0 Comments

Color spaces of #5aaaac

RGB 90170172
HSL0.500.330.51
HSV181°48°67°
CMYK 0.480.010.00   0.33
XYZ26.037633.901744.2011
Yxy33.90170.25000.3255
Hunter Lab58.2252-22.0710-4.2518
CIE-Lab64.8845-23.9086-8.6324

#5aaaac color RGB value is (90,170,172).

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

The process color (four color CMYK) of #5aaaac color hex is 0.48, 0.01, 0.00, 0.33. Web safe color of #5aaaac is #669999. Color #5aaaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101010 10101100
Octal 132 252 254
Decimal 90 170 172
Hex 5A AA AC

RGB Percentages of Color #5aaaac

%20.83
%39.35
%39.81

CMYK Percentages of Color #5aaaac

%48
%1
%0
%33

Triadic Colors of #5aaaac

#5aaaac #ac5aaa #aaac5a

Analogous Colors of #5aaaac

#5aaaac #5a81ac #5aac85

Monochromatic Colors of #5aaaac

#5aaaac

Complementary Color

#5aaaac #ac5c5a

#5aaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaaac Color CSS Codes

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

#5aaaac Text Font Color

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

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


#5aaaac Background Color

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

This div background color is #5aaaac


#5aaaac Border Color

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

This div border color is #5aaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaaac


Comments

No comments written yet.

Please login to write comment.