Color Hex Logo

#56bfff Color Hex

#56BFFF
(86,191,255)
0 Favorites   0 Comments

Color spaces of #56bfff

RGB 86191255
HSL0.561.000.67
HSV203°66°100°
CMYK 0.660.250.00   0.00
XYZ40.518646.4600101.4399
Yxy46.46000.21500.2466
Hunter Lab68.1616-13.1736-40.5239
CIE-Lab73.8430-10.9477-40.4330

#56bfff color RGB value is (86,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111111 11111111
Octal 126 277 377
Decimal 86 191 255
Hex 56 BF FF

RGB Percentages of Color #56bfff

%16.17
%35.90
%47.93

CMYK Percentages of Color #56bfff

%66
%25
%0
%0

Triadic Colors of #56bfff

#56bfff #ff56bf #bfff56

Analogous Colors of #56bfff

#56bfff #566bff #56ffeb

Monochromatic Colors of #56bfff

#56bfff

Complementary Color

#56bfff #ff9656

#56bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bfff Color CSS Codes

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

#56bfff Text Font Color

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

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


#56bfff Background Color

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

This div background color is #56bfff


#56bfff Border Color

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

This div border color is #56bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bfff

Related Colors

#56bfff Color Palettes


Comments

No comments written yet.

Please login to write comment.