Color Hex Logo

#55bbff Color Hex

#55BBFF
(85,187,255)
0 Favorites   0 Comments

Color spaces of #55bbff

RGB 85187255
HSL0.571.000.67
HSV204°67°100°
CMYK 0.670.270.00   0.00
XYZ39.566644.6919101.1488
Yxy44.69190.21340.2410
Hunter Lab66.8520-11.3451-42.9109
CIE-Lab72.6886-8.9421-42.2364

#55bbff color RGB value is (85,187,255).

#55bbff hex color red value is 85, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #55bbff hue: 0.57 , saturation: 1.00 and the lightness value of 55bbff is 0.67.

The process color (four color CMYK) of #55bbff color hex is 0.67, 0.27, 0.00, 0.00. Web safe color of #55bbff is #66ccff. Color #55bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111011 11111111
Octal 125 273 377
Decimal 85 187 255
Hex 55 BB FF

RGB Percentages of Color #55bbff

%16.13
%35.48
%48.39

CMYK Percentages of Color #55bbff

%67
%27
%0
%0

Triadic Colors of #55bbff

#55bbff #ff55bb #bbff55

Analogous Colors of #55bbff

#55bbff #5566ff #55ffee

Monochromatic Colors of #55bbff

#55bbff

Complementary Color

#55bbff #ff9955

#55bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#55bbff Color CSS Codes

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

#55bbff Text Font Color

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

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


#55bbff Background Color

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

This div background color is #55bbff


#55bbff Border Color

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

This div border color is #55bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55bbff


Comments

No comments written yet.

Please login to write comment.