Color Hex Logo

#56c3fc Color Hex

#56C3FC
(86,195,252)
0 Favorites   0 Comments

Color spaces of #56c3fc

RGB 86195252
HSL0.560.970.66
HSV201°66°99°
CMYK 0.660.230.00   0.01
XYZ40.923548.036999.2106
Yxy48.03690.21750.2553
Hunter Lab69.3087-15.8943-36.3535
CIE-Lab74.8482-14.0310-37.2584

#56c3fc color RGB value is (86,195,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11000011 11111100
Octal 126 303 374
Decimal 86 195 252
Hex 56 C3 FC

RGB Percentages of Color #56c3fc

%16.14
%36.59
%47.28

CMYK Percentages of Color #56c3fc

%66
%23
%0
%1

Triadic Colors of #56c3fc

#56c3fc #fc56c3 #c3fc56

Analogous Colors of #56c3fc

#56c3fc #5670fc #56fce2

Monochromatic Colors of #56c3fc

#56c3fc

Complementary Color

#56c3fc #fc8f56

#56c3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56c3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#56c3fc Color CSS Codes

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

#56c3fc Text Font Color

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

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


#56c3fc Background Color

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

This div background color is #56c3fc


#56c3fc Border Color

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

This div border color is #56c3fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,195,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56c3fc


Comments

No comments written yet.

Please login to write comment.