Color Hex Logo

#55aaac Color Hex

#55AAAC
(85,170,172)
0 Favorites   0 Comments

Color spaces of #55aaac

RGB 85170172
HSL0.500.340.50
HSV181°51°67°
CMYK 0.510.010.00   0.33
XYZ25.567433.659344.1791
Yxy33.65930.24730.3255
Hunter Lab58.0166-22.8658-4.5371
CIE-Lab64.6912-25.0423-8.9410

#55aaac color RGB value is (85,170,172).

#55aaac hex color red value is 85, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #55aaac hue: 0.50 , saturation: 0.34 and the lightness value of 55aaac is 0.50.

The process color (four color CMYK) of #55aaac color hex is 0.51, 0.01, 0.00, 0.33. Web safe color of #55aaac is #669999. Color #55aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101010 10101100
Octal 125 252 254
Decimal 85 170 172
Hex 55 AA AC

RGB Percentages of Color #55aaac

%19.91
%39.81
%40.28

CMYK Percentages of Color #55aaac

%51
%1
%0
%33

Triadic Colors of #55aaac

#55aaac #ac55aa #aaac55

Analogous Colors of #55aaac

#55aaac #557fac #55ac83

Monochromatic Colors of #55aaac

#55aaac

Complementary Color

#55aaac #ac5755

#55aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aaac Color CSS Codes

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

#55aaac Text Font Color

<p style="color:#55aaac">Text here</p>

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


#55aaac Background Color

<div style="background-color:#55aaac">
Div content here</div>

This div background color is #55aaac


#55aaac Border Color

<div style="border:3px solid #55aaac">
Div here</div>

This div border color is #55aaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #55aaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aaac


Comments

No comments written yet.

Please login to write comment.