Color Hex Logo

#568ee5 Color Hex

#568EE5
(86,142,229)
0 Favorites   0 Comments

Color spaces of #568ee5

RGB 86142229
HSL0.600.730.62
HSV217°62°90°
CMYK 0.620.380.00   0.10
XYZ27.653626.981677.8792
Yxy26.98160.20870.2036
Hunter Lab51.94384.1273-52.5326
CIE-Lab58.95738.2232-49.6249

#568ee5 color RGB value is (86,142,229).

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

The process color (four color CMYK) of #568ee5 color hex is 0.62, 0.38, 0.00, 0.10. Web safe color of #568ee5 is #6699cc. Color #568ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001110 11100101
Octal 126 216 345
Decimal 86 142 229
Hex 56 8E E5

RGB Percentages of Color #568ee5

%18.82
%31.07
%50.11

CMYK Percentages of Color #568ee5

%62
%38
%0
%10

Triadic Colors of #568ee5

#568ee5 #e5568e #8ee556

Analogous Colors of #568ee5

#568ee5 #6656e5 #56d6e5

Monochromatic Colors of #568ee5

#568ee5

Complementary Color

#568ee5 #e5ad56

#568ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#568ee5 Color CSS Codes

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

#568ee5 Text Font Color

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

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


#568ee5 Background Color

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

This div background color is #568ee5


#568ee5 Border Color

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

This div border color is #568ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568ee5


Comments

No comments written yet.

Please login to write comment.