Color Hex Logo

#568cdc Color Hex

#568CDC
(86,140,220)
0 Favorites   0 Comments

Color spaces of #568cdc

RGB 86140220
HSL0.600.660.60
HSV216°61°86°
CMYK 0.610.360.00   0.14
XYZ26.134125.901971.3323
Yxy25.90190.21180.2100
Hunter Lab50.89392.5957-47.4744
CIE-Lab57.94386.4087-46.2129

#568cdc color RGB value is (86,140,220).

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

The process color (four color CMYK) of #568cdc color hex is 0.61, 0.36, 0.00, 0.14. Web safe color of #568cdc is #6699cc. Color #568cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001100 11011100
Octal 126 214 334
Decimal 86 140 220
Hex 56 8C DC

RGB Percentages of Color #568cdc

%19.28
%31.39
%49.33

CMYK Percentages of Color #568cdc

%61
%36
%0
%14

Triadic Colors of #568cdc

#568cdc #dc568c #8cdc56

Analogous Colors of #568cdc

#568cdc #6356dc #56cfdc

Monochromatic Colors of #568cdc

#568cdc

Complementary Color

#568cdc #dca656

#568cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#568cdc Color CSS Codes

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

#568cdc Text Font Color

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

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


#568cdc Background Color

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

This div background color is #568cdc


#568cdc Border Color

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

This div border color is #568cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568cdc


Comments

No comments written yet.

Please login to write comment.