color codes Logo

#56c6fd color codes

#56C6FD
(86,198,253)
0 Favorites   0 Comments

Color spaces of #56c6fd

RGB 86198253
HSL0.550.980.66
HSV200°66°99°
CMYK 0.660.220.00   0.01
XYZ41.761549.4584100.2739
Yxy49.45840.21810.2583
Hunter Lab70.3267-17.0745-35.3088
CIE-Lab75.7356-15.2964-36.4186

#56c6fd color RGB value is (86,198,253).

#56c6fd hex color red value is 86, green value is 198 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #56c6fd hue: 0.55 , saturation: 0.98 and the lightness value of 56c6fd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11000110 11111101
Octal 126 306 375
Decimal 86 198 253
Hex 56 C6 FD

RGB Percentages of Color #56c6fd

%16.01
%36.87
%47.11

CMYK Percentages of Color #56c6fd

%66
%22
%0
%1

Triadic Colors of #56c6fd

#56c6fd #fd56c6 #c6fd56

Analogous Colors of #56c6fd

#56c6fd #5673fd #56fde1

Monochromatic Colors of #56c6fd

#56c6fd

Complementary Color

#56c6fd #fd8d56

#56c6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56c6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#56c6fd Color CSS Codes

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

#56c6fd Text Font Color

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

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


#56c6fd Background Color

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

This div background color is #56c6fd


#56c6fd Border Color

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

This div border color is #56c6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56c6fd


Comments

No comments written yet.

Please login to write comment.