Color Hex Logo

#568bcd Color Hex

#568BCD
(86,139,205)
0 Favorites   0 Comments

Color spaces of #568bcd

RGB 86139205
HSL0.590.540.57
HSV213°58°80°
CMYK 0.580.320.00   0.20
XYZ24.089824.851461.2847
Yxy24.85140.21850.2255
Hunter Lab49.8512-0.9822-37.9925
CIE-Lab56.93032.0682-39.3885

#568bcd color RGB value is (86,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001011 11001101
Octal 126 213 315
Decimal 86 139 205
Hex 56 8B CD

RGB Percentages of Color #568bcd

%20.00
%32.33
%47.67

CMYK Percentages of Color #568bcd

%58
%32
%0
%20

Triadic Colors of #568bcd

#568bcd #cd568b #8bcd56

Analogous Colors of #568bcd

#568bcd #5d56cd #56c7cd

Monochromatic Colors of #568bcd

#568bcd

Complementary Color

#568bcd #cd9856

#568bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#568bcd Color CSS Codes

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

#568bcd Text Font Color

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

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


#568bcd Background Color

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

This div background color is #568bcd


#568bcd Border Color

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

This div border color is #568bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568bcd


Comments

No comments written yet.

Please login to write comment.