Color Hex Logo

#568dcb Color Hex

#568DCB
(86,141,203)
0 Favorites   0 Comments

Color spaces of #568dcb

RGB 86141203
HSL0.590.530.57
HSV212°58°80°
CMYK 0.580.310.00   0.20
XYZ24.142125.340060.1186
Yxy25.34000.22030.2312
Hunter Lab50.3389-2.4859-35.5716
CIE-Lab57.40520.2502-37.5158

#568dcb color RGB value is (86,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001101 11001011
Octal 126 215 313
Decimal 86 141 203
Hex 56 8D CB

RGB Percentages of Color #568dcb

%20.00
%32.79
%47.21

CMYK Percentages of Color #568dcb

%58
%31
%0
%20

Triadic Colors of #568dcb

#568dcb #cb568d #8dcb56

Analogous Colors of #568dcb

#568dcb #5956cb #56c8cb

Monochromatic Colors of #568dcb

#568dcb

Complementary Color

#568dcb #cb9456

#568dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#568dcb Color CSS Codes

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

#568dcb Text Font Color

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

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


#568dcb Background Color

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

This div background color is #568dcb


#568dcb Border Color

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

This div border color is #568dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568dcb


Comments

No comments written yet.

Please login to write comment.