Color Hex Logo

#55bafb Color Hex

#55BAFB
(85,186,251)
0 Favorites   0 Comments

Color spaces of #55bafb

RGB 85186251
HSL0.570.950.66
HSV203°66°98°
CMYK 0.660.260.00   0.02
XYZ38.717844.014197.7217
Yxy44.01410.21460.2439
Hunter Lab66.3431-11.9280-40.8924
CIE-Lab72.2379-9.6886-40.7840

#55bafb color RGB value is (85,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 11111011
Octal 125 272 373
Decimal 85 186 251
Hex 55 BA FB

RGB Percentages of Color #55bafb

%16.28
%35.63
%48.08

CMYK Percentages of Color #55bafb

%66
%26
%0
%2

Triadic Colors of #55bafb

#55bafb #fb55ba #bafb55

Analogous Colors of #55bafb

#55bafb #5567fb #55fbe9

Monochromatic Colors of #55bafb

#55bafb

Complementary Color

#55bafb #fb9655

#55bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bafb Color CSS Codes

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

#55bafb Text Font Color

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

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


#55bafb Background Color

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

This div background color is #55bafb


#55bafb Border Color

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

This div border color is #55bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bafb


Comments

No comments written yet.

Please login to write comment.