Color Hex Logo

#55acba Color Hex

#55ACBA
(85,172,186)
0 Favorites   0 Comments

Color spaces of #55acba

RGB 85172186
HSL0.520.420.53
HSV188°54°73°
CMYK 0.540.080.00   0.27
XYZ27.361834.981551.7644
Yxy34.98150.23980.3066
Hunter Lab59.1452-20.9262-10.4896
CIE-Lab65.7343-22.1573-15.1732

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

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

The process color (four color CMYK) of #55acba color hex is 0.54, 0.08, 0.00, 0.27. Web safe color of #55acba is #6699cc. Color #55acba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101100 10111010
Octal 125 254 272
Decimal 85 172 186
Hex 55 AC BA

RGB Percentages of Color #55acba

%19.19
%38.83
%41.99

CMYK Percentages of Color #55acba

%54
%8
%0
%27

Triadic Colors of #55acba

#55acba #ba55ac #acba55

Analogous Colors of #55acba

#55acba #557aba #55ba96

Monochromatic Colors of #55acba

#55acba

Complementary Color

#55acba #ba6355

#55acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#55acba Color CSS Codes

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

#55acba Text Font Color

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

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


#55acba Background Color

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

This div background color is #55acba


#55acba Border Color

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

This div border color is #55acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55acba


Comments

No comments written yet.

Please login to write comment.