Color Hex Logo

#55b3ac Color Hex

#55B3AC
(85,179,172)
0 Favorites   0 Comments

Color spaces of #55b3ac

RGB 85179172
HSL0.490.380.52
HSV176°53°70°
CMYK 0.530.000.04   0.30
XYZ27.312837.150144.7609
Yxy37.15010.25010.3401
Hunter Lab60.9509-26.6761-0.8756
CIE-Lab67.3895-29.4891-4.9360

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

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

The process color (four color CMYK) of #55b3ac color hex is 0.53, 0.00, 0.04, 0.30. Web safe color of #55b3ac is #66cc99. Color #55b3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10110011 10101100
Octal 125 263 254
Decimal 85 179 172
Hex 55 B3 AC

RGB Percentages of Color #55b3ac

%19.50
%41.06
%39.45

CMYK Percentages of Color #55b3ac

%53
%0
%4
%30

Triadic Colors of #55b3ac

#55b3ac #ac55b3 #b3ac55

Analogous Colors of #55b3ac

#55b3ac #558bb3 #55b37d

Monochromatic Colors of #55b3ac

#55b3ac

Complementary Color

#55b3ac #b3555c

#55b3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55b3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#55b3ac Color CSS Codes

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

#55b3ac Text Font Color

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

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


#55b3ac Background Color

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

This div background color is #55b3ac


#55b3ac Border Color

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

This div border color is #55b3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55b3ac


Comments

No comments written yet.

Please login to write comment.