Color Hex Logo

#568edf Color Hex

#568EDF
(86,142,223)
0 Favorites   0 Comments

Color spaces of #568edf

RGB 86142223
HSL0.600.680.61
HSV215°61°87°
CMYK 0.610.360.00   0.13
XYZ26.830026.652173.5423
Yxy26.65210.21120.2098
Hunter Lab51.62572.4220-48.3224
CIE-Lab58.65096.2214-46.7694

#568edf color RGB value is (86,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001110 11011111
Octal 126 216 337
Decimal 86 142 223
Hex 56 8E DF

RGB Percentages of Color #568edf

%19.07
%31.49
%49.45

CMYK Percentages of Color #568edf

%61
%36
%0
%13

Triadic Colors of #568edf

#568edf #df568e #8edf56

Analogous Colors of #568edf

#568edf #6256df #56d3df

Monochromatic Colors of #568edf

#568edf

Complementary Color

#568edf #dfa756

#568edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#568edf Color CSS Codes

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

#568edf Text Font Color

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

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


#568edf Background Color

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

This div background color is #568edf


#568edf Border Color

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

This div border color is #568edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,142,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 #568edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568edf


Comments

No comments written yet.

Please login to write comment.