Color Hex Logo

#568daf Color Hex

#568DAF
(86,141,175)
0 Favorites   0 Comments

Color spaces of #568daf

RGB 86141175
HSL0.560.360.51
HSV203°51°69°
CMYK 0.510.190.00   0.31
XYZ21.100524.123344.1016
Yxy24.12330.23620.2701
Hunter Lab49.1155-9.2667-18.8566
CIE-Lab56.2110-8.5017-23.4754

#568daf color RGB value is (86,141,175).

#568daf hex color red value is 86, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #568daf hue: 0.56 , saturation: 0.36 and the lightness value of 568daf is 0.51.

The process color (four color CMYK) of #568daf color hex is 0.51, 0.19, 0.00, 0.31. Web safe color of #568daf is #669999. Color #568daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001101 10101111
Octal 126 215 257
Decimal 86 141 175
Hex 56 8D AF

RGB Percentages of Color #568daf

%21.39
%35.07
%43.53

CMYK Percentages of Color #568daf

%51
%19
%0
%31

Triadic Colors of #568daf

#568daf #af568d #8daf56

Analogous Colors of #568daf

#568daf #5661af #56afa5

Monochromatic Colors of #568daf

#568daf

Complementary Color

#568daf #af7856

#568daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#568daf Color CSS Codes

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

#568daf Text Font Color

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

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


#568daf Background Color

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

This div background color is #568daf


#568daf Border Color

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

This div border color is #568daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568daf


Comments

No comments written yet.

Please login to write comment.