Color Hex Logo

#55bcfb Color Hex

#55BCFB
(85,188,251)
0 Favorites   0 Comments

Color spaces of #55bcfb

RGB 85188251
HSL0.560.950.66
HSV203°66°98°
CMYK 0.660.250.00   0.02
XYZ39.142144.862897.8632
Yxy44.86280.21520.2467
Hunter Lab66.9797-12.9013-39.7421
CIE-Lab72.8015-10.7687-39.9055

#55bcfb color RGB value is (85,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111100 11111011
Octal 125 274 373
Decimal 85 188 251
Hex 55 BC FB

RGB Percentages of Color #55bcfb

%16.22
%35.88
%47.90

CMYK Percentages of Color #55bcfb

%66
%25
%0
%2

Triadic Colors of #55bcfb

#55bcfb #fb55bc #bcfb55

Analogous Colors of #55bcfb

#55bcfb #5569fb #55fbe7

Monochromatic Colors of #55bcfb

#55bcfb

Complementary Color

#55bcfb #fb9455

#55bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bcfb Color CSS Codes

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

#55bcfb Text Font Color

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

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


#55bcfb Background Color

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

This div background color is #55bcfb


#55bcfb Border Color

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

This div border color is #55bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bcfb


Comments

No comments written yet.

Please login to write comment.