Color Hex Logo

#56bbff Color Hex

#56BBFF
(86,187,255)
0 Favorites   0 Comments

Color spaces of #56bbff

RGB 86187255
HSL0.571.000.67
HSV204°66°100°
CMYK 0.660.270.00   0.00
XYZ39.658144.7391101.1530
Yxy44.73910.21370.2411
Hunter Lab66.8873-11.2184-42.8426
CIE-Lab72.7198-8.7890-42.1853

#56bbff color RGB value is (86,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111011 11111111
Octal 126 273 377
Decimal 86 187 255
Hex 56 BB FF

RGB Percentages of Color #56bbff

%16.29
%35.42
%48.30

CMYK Percentages of Color #56bbff

%66
%27
%0
%0

Triadic Colors of #56bbff

#56bbff #ff56bb #bbff56

Analogous Colors of #56bbff

#56bbff #5667ff #56ffef

Monochromatic Colors of #56bbff

#56bbff

Complementary Color

#56bbff #ff9a56

#56bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bbff Color CSS Codes

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

#56bbff Text Font Color

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

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


#56bbff Background Color

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

This div background color is #56bbff


#56bbff Border Color

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

This div border color is #56bbff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,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 #56bbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.