Color Hex Logo

#55a9ac Color Hex

#55A9AC
(85,169,172)
0 Favorites   0 Comments

Color spaces of #55a9ac

RGB 85169172
HSL0.510.340.50
HSV182°51°67°
CMYK 0.510.020.00   0.33
XYZ25.380733.285844.1168
Yxy33.28580.24690.3238
Hunter Lab57.6938-22.4384-4.9516
CIE-Lab64.3917-24.5386-9.3879

#55a9ac color RGB value is (85,169,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101001 10101100
Octal 125 251 254
Decimal 85 169 172
Hex 55 A9 AC

RGB Percentages of Color #55a9ac

%19.95
%39.67
%40.38

CMYK Percentages of Color #55a9ac

%51
%2
%0
%33

Triadic Colors of #55a9ac

#55a9ac #ac55a9 #a9ac55

Analogous Colors of #55a9ac

#55a9ac #557eac #55ac84

Monochromatic Colors of #55a9ac

#55a9ac

Complementary Color

#55a9ac #ac5855

#55a9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55a9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55a9ac Color CSS Codes

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

#55a9ac Text Font Color

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

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


#55a9ac Background Color

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

This div background color is #55a9ac


#55a9ac Border Color

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

This div border color is #55a9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55a9ac


Comments

No comments written yet.

Please login to write comment.