Color Hex Logo

#568dbe Color Hex

#568DBE
(86,141,190)
0 Favorites   0 Comments

Color spaces of #568dbe

RGB 86141190
HSL0.580.440.54
HSV208°55°75°
CMYK 0.550.260.00   0.25
XYZ22.656924.745952.2975
Yxy24.74590.22730.2482
Hunter Lab49.7453-5.7548-27.5103
CIE-Lab56.8270-3.8888-31.0645

#568dbe color RGB value is (86,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001101 10111110
Octal 126 215 276
Decimal 86 141 190
Hex 56 8D BE

RGB Percentages of Color #568dbe

%20.62
%33.81
%45.56

CMYK Percentages of Color #568dbe

%55
%26
%0
%25

Triadic Colors of #568dbe

#568dbe #be568d #8dbe56

Analogous Colors of #568dbe

#568dbe #5659be #56bebb

Monochromatic Colors of #568dbe

#568dbe

Complementary Color

#568dbe #be8756

#568dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#568dbe Color CSS Codes

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

#568dbe Text Font Color

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

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


#568dbe Background Color

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

This div background color is #568dbe


#568dbe Border Color

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

This div border color is #568dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568dbe


Comments

No comments written yet.

Please login to write comment.