Color Hex Logo

#56baff Color Hex

#56BAFF
(86,186,255)
0 Favorites   0 Comments

Color spaces of #56baff

RGB 86186255
HSL0.571.000.67
HSV204°66°100°
CMYK 0.660.270.00   0.00
XYZ39.446744.3162101.0826
Yxy44.31620.21340.2397
Hunter Lab66.5704-10.7270-43.4285
CIE-Lab72.4393-8.2453-42.6235

#56baff color RGB value is (86,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111010 11111111
Octal 126 272 377
Decimal 86 186 255
Hex 56 BA FF

RGB Percentages of Color #56baff

%16.32
%35.29
%48.39

CMYK Percentages of Color #56baff

%66
%27
%0
%0

Triadic Colors of #56baff

#56baff #ff56ba #baff56

Analogous Colors of #56baff

#56baff #5666ff #56fff0

Monochromatic Colors of #56baff

#56baff

Complementary Color

#56baff #ff9b56

#56baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#56baff Color CSS Codes

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

#56baff Text Font Color

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

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


#56baff Background Color

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

This div background color is #56baff


#56baff Border Color

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

This div border color is #56baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56baff

Related Colors

#56baff Color Palettes


Comments

No comments written yet.

Please login to write comment.