Color Hex Logo

#55acaa Color Hex

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

Color spaces of #55acaa

RGB 85172170
HSL0.500.340.50
HSV179°51°67°
CMYK 0.510.000.01   0.33
XYZ25.754534.338643.3008
Yxy34.33860.24910.3321
Hunter Lab58.5991-24.0972-2.7919
CIE-Lab65.2304-26.5811-7.0235

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

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

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

Base Numbers

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

RGB Percentages of Color #55acaa

%19.91
%40.28
%39.81

CMYK Percentages of Color #55acaa

%51
%0
%1
%33

Triadic Colors of #55acaa

#55acaa #aa55ac #acaa55

Analogous Colors of #55acaa

#55acaa #5583ac #55ac7f

Monochromatic Colors of #55acaa

#55acaa

Complementary Color

#55acaa #ac5557

#55acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acaa Color CSS Codes

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

#55acaa Text Font Color

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

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


#55acaa Background Color

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

This div background color is #55acaa


#55acaa Border Color

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

This div border color is #55acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acaa


Comments

No comments written yet.

Please login to write comment.