Color Hex Logo

#55acac Color Hex

#55ACAC
(85,172,172)
0 Favorites   0 Comments

Color spaces of #55acac

RGB 85172172
HSL0.500.340.50
HSV180°51°67°
CMYK 0.510.000.00   0.33
XYZ25.945234.414944.3050
Yxy34.41490.24790.3288
Hunter Lab58.6642-23.7179-3.7127
CIE-Lab65.2906-26.0436-8.0482

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101100 10101100
Octal 125 254 254
Decimal 85 172 172
Hex 55 AC AC

RGB Percentages of Color #55acac

%19.81
%40.09
%40.09

CMYK Percentages of Color #55acac

%51
%0
%0
%33

Triadic Colors of #55acac

#55acac #ac55ac #acac55

Analogous Colors of #55acac

#55acac #5581ac #55ac81

Monochromatic Colors of #55acac

#55acac

Complementary Color

#55acac #ac5555

#55acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acac Color CSS Codes

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

#55acac Text Font Color

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

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


#55acac Background Color

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

This div background color is #55acac


#55acac Border Color

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

This div border color is #55acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acac


Comments

No comments written yet.

Please login to write comment.