Color Hex Logo

#568cfc Color Hex

#568CFC
(86,140,252)
0 Favorites   0 Comments

Color spaces of #568cfc

RGB 86140252
HSL0.610.970.66
HSV220°66°99°
CMYK 0.660.440.00   0.01
XYZ30.786527.762995.8316
Yxy27.76290.19940.1798
Hunter Lab52.690512.0872-70.9512
CIE-Lab59.673917.2011-61.1942

#568cfc color RGB value is (86,140,252).

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

The process color (four color CMYK) of #568cfc color hex is 0.66, 0.44, 0.00, 0.01. Web safe color of #568cfc is #6699ff. Color #568cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001100 11111100
Octal 126 214 374
Decimal 86 140 252
Hex 56 8C FC

RGB Percentages of Color #568cfc

%17.99
%29.29
%52.72

CMYK Percentages of Color #568cfc

%66
%44
%0
%1

Triadic Colors of #568cfc

#568cfc #fc568c #8cfc56

Analogous Colors of #568cfc

#568cfc #7356fc #56dffc

Monochromatic Colors of #568cfc

#568cfc

Complementary Color

#568cfc #fcc656

#568cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#568cfc Color CSS Codes

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

#568cfc Text Font Color

<p style="color:#568cfc">Text here</p>

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


#568cfc Background Color

<div style="background-color:#568cfc">
Div content here</div>

This div background color is #568cfc


#568cfc Border Color

<div style="border:3px solid #568cfc">
Div here</div>

This div border color is #568cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568cfc


Comments

No comments written yet.

Please login to write comment.