Color Hex Logo

#568cbd Color Hex

#568CBD
(86,140,189)
0 Favorites   0 Comments

Color spaces of #568cbd

RGB 86140189
HSL0.580.440.54
HSV209°54°74°
CMYK 0.540.260.00   0.26
XYZ22.401124.408751.6748
Yxy24.40870.22750.2478
Hunter Lab49.4052-5.5242-27.4301
CIE-Lab56.4947-3.6276-31.0133

#568cbd color RGB value is (86,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001100 10111101
Octal 126 214 275
Decimal 86 140 189
Hex 56 8C BD

RGB Percentages of Color #568cbd

%20.72
%33.73
%45.54

CMYK Percentages of Color #568cbd

%54
%26
%0
%26

Triadic Colors of #568cbd

#568cbd #bd568c #8cbd56

Analogous Colors of #568cbd

#568cbd #5659bd #56bdbb

Monochromatic Colors of #568cbd

#568cbd

Complementary Color

#568cbd #bd8756

#568cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#568cbd Color CSS Codes

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

#568cbd Text Font Color

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

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


#568cbd Background Color

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

This div background color is #568cbd


#568cbd Border Color

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

This div border color is #568cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568cbd


Comments

No comments written yet.

Please login to write comment.