Color Hex Logo

#55bbfb Color Hex

#55BBFB
(85,187,251)
0 Favorites   0 Comments

Color spaces of #55bbfb

RGB 85187251
HSL0.560.950.66
HSV203°66°98°
CMYK 0.660.250.00   0.02
XYZ38.929244.437097.7922
Yxy44.43700.21490.2453
Hunter Lab66.6611-12.4152-40.3160
CIE-Lab72.5196-10.2295-40.3447

#55bbfb color RGB value is (85,187,251).

#55bbfb hex color red value is 85, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #55bbfb hue: 0.56 , saturation: 0.95 and the lightness value of 55bbfb is 0.66.

The process color (four color CMYK) of #55bbfb color hex is 0.66, 0.25, 0.00, 0.02. Web safe color of #55bbfb is #66ccff. Color #55bbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111011 11111011
Octal 125 273 373
Decimal 85 187 251
Hex 55 BB FB

RGB Percentages of Color #55bbfb

%16.25
%35.76
%47.99

CMYK Percentages of Color #55bbfb

%66
%25
%0
%2

Triadic Colors of #55bbfb

#55bbfb #fb55bb #bbfb55

Analogous Colors of #55bbfb

#55bbfb #5568fb #55fbe8

Monochromatic Colors of #55bbfb

#55bbfb

Complementary Color

#55bbfb #fb9555

#55bbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bbfb Color CSS Codes

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

#55bbfb Text Font Color

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

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


#55bbfb Background Color

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

This div background color is #55bbfb


#55bbfb Border Color

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

This div border color is #55bbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bbfb


Comments

No comments written yet.

Please login to write comment.