Color Hex Logo

#568adc Color Hex

#568ADC
(86,138,220)
0 Favorites   0 Comments

Color spaces of #568adc

RGB 86138220
HSL0.600.660.60
HSV217°61°86°
CMYK 0.610.370.00   0.14
XYZ25.844525.322771.2358
Yxy25.32270.21110.2069
Hunter Lab50.32173.6122-48.7063
CIE-Lab57.38857.5968-47.0920

#568adc color RGB value is (86,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001010 11011100
Octal 126 212 334
Decimal 86 138 220
Hex 56 8A DC

RGB Percentages of Color #568adc

%19.37
%31.08
%49.55

CMYK Percentages of Color #568adc

%61
%37
%0
%14

Triadic Colors of #568adc

#568adc #dc568a #8adc56

Analogous Colors of #568adc

#568adc #6556dc #56cddc

Monochromatic Colors of #568adc

#568adc

Complementary Color

#568adc #dca856

#568adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#568adc Color CSS Codes

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

#568adc Text Font Color

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

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


#568adc Background Color

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

This div background color is #568adc


#568adc Border Color

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

This div border color is #568adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568adc


Comments

No comments written yet.

Please login to write comment.