Color Hex Logo

#568dbb Color Hex

#568DBB
(86,141,187)
0 Favorites   0 Comments

Color spaces of #568dbb

RGB 86141187
HSL0.580.430.54
HSV207°54°73°
CMYK 0.540.250.00   0.27
XYZ22.332324.616050.5880
Yxy24.61600.22900.2524
Hunter Lab49.6145-6.4796-25.7232
CIE-Lab56.6993-4.8262-29.5591

#568dbb color RGB value is (86,141,187).

#568dbb hex color red value is 86, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #568dbb hue: 0.58 , saturation: 0.43 and the lightness value of 568dbb is 0.54.

The process color (four color CMYK) of #568dbb color hex is 0.54, 0.25, 0.00, 0.27. Web safe color of #568dbb is #6699cc. Color #568dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001101 10111011
Octal 126 215 273
Decimal 86 141 187
Hex 56 8D BB

RGB Percentages of Color #568dbb

%20.77
%34.06
%45.17

CMYK Percentages of Color #568dbb

%54
%25
%0
%27

Triadic Colors of #568dbb

#568dbb #bb568d #8dbb56

Analogous Colors of #568dbb

#568dbb #565bbb #56bbb7

Monochromatic Colors of #568dbb

#568dbb

Complementary Color

#568dbb #bb8456

#568dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#568dbb Color CSS Codes

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

#568dbb Text Font Color

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

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


#568dbb Background Color

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

This div background color is #568dbb


#568dbb Border Color

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

This div border color is #568dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568dbb


Comments

No comments written yet.

Please login to write comment.