Color Hex Logo

#55acbc Color Hex

#55ACBC
(85,172,188)
0 Favorites   0 Comments

Color spaces of #55acbc

RGB 85172188
HSL0.530.430.54
HSV189°55°74°
CMYK 0.550.090.00   0.26
XYZ27.575935.067252.8922
Yxy35.06720.23870.3035
Hunter Lab59.2176-20.5085-11.5046
CIE-Lab65.8010-21.5859-16.1837

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

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

The process color (four color CMYK) of #55acbc color hex is 0.55, 0.09, 0.00, 0.26. Web safe color of #55acbc is #6699cc. Color #55acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101100 10111100
Octal 125 254 274
Decimal 85 172 188
Hex 55 AC BC

RGB Percentages of Color #55acbc

%19.10
%38.65
%42.25

CMYK Percentages of Color #55acbc

%55
%9
%0
%26

Triadic Colors of #55acbc

#55acbc #bc55ac #acbc55

Analogous Colors of #55acbc

#55acbc #5579bc #55bc99

Monochromatic Colors of #55acbc

#55acbc

Complementary Color

#55acbc #bc6555

#55acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acbc Color CSS Codes

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

#55acbc Text Font Color

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

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


#55acbc Background Color

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

This div background color is #55acbc


#55acbc Border Color

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

This div border color is #55acbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,172,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #55acbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acbc


Comments

No comments written yet.

Please login to write comment.