Color Hex Logo

#568cdf Color Hex

#568CDF
(86,140,223)
0 Favorites   0 Comments

Color spaces of #568cdf

RGB 86140223
HSL0.600.680.61
HSV216°61°87°
CMYK 0.610.370.00   0.13
XYZ26.535126.062373.4440
Yxy26.06230.21050.2068
Hunter Lab51.05123.4399-49.5607
CIE-Lab58.09617.4066-47.6477

#568cdf color RGB value is (86,140,223).

#568cdf hex color red value is 86, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #568cdf hue: 0.60 , saturation: 0.68 and the lightness value of 568cdf is 0.61.

The process color (four color CMYK) of #568cdf color hex is 0.61, 0.37, 0.00, 0.13. Web safe color of #568cdf is #6699cc. Color #568cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001100 11011111
Octal 126 214 337
Decimal 86 140 223
Hex 56 8C DF

RGB Percentages of Color #568cdf

%19.15
%31.18
%49.67

CMYK Percentages of Color #568cdf

%61
%37
%0
%13

Triadic Colors of #568cdf

#568cdf #df568c #8cdf56

Analogous Colors of #568cdf

#568cdf #6556df #56d1df

Monochromatic Colors of #568cdf

#568cdf

Complementary Color

#568cdf #dfa956

#568cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#568cdf Color CSS Codes

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

#568cdf Text Font Color

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

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


#568cdf Background Color

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

This div background color is #568cdf


#568cdf Border Color

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

This div border color is #568cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568cdf


Comments

No comments written yet.

Please login to write comment.