Color Hex Logo

#56bdfb Color Hex

#56BDFB
(86,189,251)
0 Favorites   0 Comments

Color spaces of #56bdfb

RGB 86189251
HSL0.560.950.66
HSV203°66°98°
CMYK 0.660.250.00   0.02
XYZ39.447945.338797.9389
Yxy45.33870.21590.2481
Hunter Lab67.3340-13.2596-39.1049
CIE-Lab73.1144-11.1511-39.4158

#56bdfb color RGB value is (86,189,251).

#56bdfb hex color red value is 86, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #56bdfb hue: 0.56 , saturation: 0.95 and the lightness value of 56bdfb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111101 11111011
Octal 126 275 373
Decimal 86 189 251
Hex 56 BD FB

RGB Percentages of Color #56bdfb

%16.35
%35.93
%47.72

CMYK Percentages of Color #56bdfb

%66
%25
%0
%2

Triadic Colors of #56bdfb

#56bdfb #fb56bd #bdfb56

Analogous Colors of #56bdfb

#56bdfb #566bfb #56fbe7

Monochromatic Colors of #56bdfb

#56bdfb

Complementary Color

#56bdfb #fb9456

#56bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bdfb Color CSS Codes

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

#56bdfb Text Font Color

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

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


#56bdfb Background Color

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

This div background color is #56bdfb


#56bdfb Border Color

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

This div border color is #56bdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bdfb


Comments

No comments written yet.

Please login to write comment.