Color Hex Logo

#55bafc Color Hex

#55BAFC
(85,186,252)
0 Favorites   0 Comments

Color spaces of #55bafc

RGB 85186252
HSL0.570.970.66
HSV204°66°99°
CMYK 0.660.260.00   0.01
XYZ38.875944.077498.5543
Yxy44.07740.21420.2428
Hunter Lab66.3908-11.6612-41.5399
CIE-Lab72.2802-9.3671-41.2575

#55bafc color RGB value is (85,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111010 11111100
Octal 125 272 374
Decimal 85 186 252
Hex 55 BA FC

RGB Percentages of Color #55bafc

%16.25
%35.56
%48.18

CMYK Percentages of Color #55bafc

%66
%26
%0
%1

Triadic Colors of #55bafc

#55bafc #fc55ba #bafc55

Analogous Colors of #55bafc

#55bafc #5567fc #55fceb

Monochromatic Colors of #55bafc

#55bafc

Complementary Color

#55bafc #fc9755

#55bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bafc Color CSS Codes

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

#55bafc Text Font Color

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

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


#55bafc Background Color

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

This div background color is #55bafc


#55bafc Border Color

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

This div border color is #55bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bafc

Related Colors


Comments

No comments written yet.

Please login to write comment.