Color Hex Logo

#55bacb Color Hex

#55BACB
(85,186,203)
0 Favorites   0 Comments

Color spaces of #55bacb

RGB 85186203
HSL0.520.530.56
HSV189°58°80°
CMYK 0.580.080.00   0.20
XYZ32.084741.360962.7923
Yxy41.36090.23550.3036
Hunter Lab64.3124-23.4953-12.8699
CIE-Lab70.4280-24.3926-17.4598

#55bacb color RGB value is (85,186,203).

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

The process color (four color CMYK) of #55bacb color hex is 0.58, 0.08, 0.00, 0.20. Web safe color of #55bacb is #66cccc. Color #55bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 11001011
Octal 125 272 313
Decimal 85 186 203
Hex 55 BA CB

RGB Percentages of Color #55bacb

%17.93
%39.24
%42.83

CMYK Percentages of Color #55bacb

%58
%8
%0
%20

Triadic Colors of #55bacb

#55bacb #cb55ba #bacb55

Analogous Colors of #55bacb

#55bacb #557fcb #55cba1

Monochromatic Colors of #55bacb

#55bacb

Complementary Color

#55bacb #cb6655

#55bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bacb Color CSS Codes

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

#55bacb Text Font Color

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

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


#55bacb Background Color

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

This div background color is #55bacb


#55bacb Border Color

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

This div border color is #55bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bacb


Comments

No comments written yet.

Please login to write comment.