Color Hex Logo

#55abcb Color Hex

#55ABCB
(85,171,203)
0 Favorites   0 Comments

Color spaces of #55abcb

RGB 85171203
HSL0.550.530.56
HSV196°58°80°
CMYK 0.580.160.00   0.20
XYZ29.088735.368961.7937
Yxy35.36890.23040.2801
Hunter Lab59.4718-16.7680-19.9746
CIE-Lab66.0349-16.6487-24.1470

#55abcb color RGB value is (85,171,203).

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

The process color (four color CMYK) of #55abcb color hex is 0.58, 0.16, 0.00, 0.20. Web safe color of #55abcb is #6699cc. Color #55abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101011 11001011
Octal 125 253 313
Decimal 85 171 203
Hex 55 AB CB

RGB Percentages of Color #55abcb

%18.52
%37.25
%44.23

CMYK Percentages of Color #55abcb

%58
%16
%0
%20

Triadic Colors of #55abcb

#55abcb #cb55ab #abcb55

Analogous Colors of #55abcb

#55abcb #5570cb #55cbb0

Monochromatic Colors of #55abcb

#55abcb

Complementary Color

#55abcb #cb7555

#55abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55abcb Color CSS Codes

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

#55abcb Text Font Color

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

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


#55abcb Background Color

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

This div background color is #55abcb


#55abcb Border Color

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

This div border color is #55abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55abcb


Comments

No comments written yet.

Please login to write comment.