Color Hex Logo

#568eda Color Hex

#568EDA
(86,142,218)
0 Favorites   0 Comments

Color spaces of #568eda

RGB 86142218
HSL0.600.640.60
HSV215°61°85°
CMYK 0.610.350.00   0.15
XYZ26.165626.386470.0437
Yxy26.38640.21340.2152
Hunter Lab51.36771.0306-44.8890
CIE-Lab58.40204.5642-44.3706

#568eda color RGB value is (86,142,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001110 11011010
Octal 126 216 332
Decimal 86 142 218
Hex 56 8E DA

RGB Percentages of Color #568eda

%19.28
%31.84
%48.88

CMYK Percentages of Color #568eda

%61
%35
%0
%15

Triadic Colors of #568eda

#568eda #da568e #8eda56

Analogous Colors of #568eda

#568eda #6056da #56d0da

Monochromatic Colors of #568eda

#568eda

Complementary Color

#568eda #daa256

#568eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#568eda Color CSS Codes

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

#568eda Text Font Color

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

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


#568eda Background Color

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

This div background color is #568eda


#568eda Border Color

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

This div border color is #568eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568eda


Comments

No comments written yet.

Please login to write comment.