Color Hex Logo

#568ccd Color Hex

#568CCD
(86,140,205)
0 Favorites   0 Comments

Color spaces of #568ccd

RGB 86140205
HSL0.590.540.57
HSV213°58°80°
CMYK 0.580.320.00   0.20
XYZ24.235325.142461.3332
Yxy25.14240.21890.2271
Hunter Lab50.1422-1.4742-37.4231
CIE-Lab57.21391.4818-38.9432

#568ccd color RGB value is (86,140,205).

#568ccd hex color red value is 86, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #568ccd hue: 0.59 , saturation: 0.54 and the lightness value of 568ccd is 0.57.

The process color (four color CMYK) of #568ccd color hex is 0.58, 0.32, 0.00, 0.20. Web safe color of #568ccd is #6699cc. Color #568ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001100 11001101
Octal 126 214 315
Decimal 86 140 205
Hex 56 8C CD

RGB Percentages of Color #568ccd

%19.95
%32.48
%47.56

CMYK Percentages of Color #568ccd

%58
%32
%0
%20

Triadic Colors of #568ccd

#568ccd #cd568c #8ccd56

Analogous Colors of #568ccd

#568ccd #5c56cd #56c8cd

Monochromatic Colors of #568ccd

#568ccd

Complementary Color

#568ccd #cd9756

#568ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#568ccd Color CSS Codes

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

#568ccd Text Font Color

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

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


#568ccd Background Color

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

This div background color is #568ccd


#568ccd Border Color

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

This div border color is #568ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568ccd


Comments

No comments written yet.

Please login to write comment.