Color Hex Logo

#568eea Color Hex

#568EEA
(86,142,234)
0 Favorites   0 Comments

Color spaces of #568eea

RGB 86142234
HSL0.600.780.63
HSV217°63°92°
CMYK 0.630.390.00   0.08
XYZ28.362027.264981.6097
Yxy27.26490.20670.1987
Hunter Lab52.21585.5780-56.1151
CIE-Lab59.21879.9016-51.9856

#568eea color RGB value is (86,142,234).

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

The process color (four color CMYK) of #568eea color hex is 0.63, 0.39, 0.00, 0.08. Web safe color of #568eea is #6699ff. Color #568eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001110 11101010
Octal 126 216 352
Decimal 86 142 234
Hex 56 8E EA

RGB Percentages of Color #568eea

%18.61
%30.74
%50.65

CMYK Percentages of Color #568eea

%63
%39
%0
%8

Triadic Colors of #568eea

#568eea #ea568e #8eea56

Analogous Colors of #568eea

#568eea #6856ea #56d8ea

Monochromatic Colors of #568eea

#568eea

Complementary Color

#568eea #eab256

#568eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#568eea Color CSS Codes

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

#568eea Text Font Color

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

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


#568eea Background Color

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

This div background color is #568eea


#568eea Border Color

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

This div border color is #568eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568eea


Comments

No comments written yet.

Please login to write comment.