Color Hex Logo

#568eaa Color Hex

#568EAA
(86,142,170)
0 Favorites   0 Comments

Color spaces of #568eaa

RGB 86142170
HSL0.560.330.50
HSV200°49°67°
CMYK 0.490.160.00   0.33
XYZ20.766524.226741.6119
Yxy24.22670.23980.2797
Hunter Lab49.2206-10.8258-15.6703
CIE-Lab56.3141-10.5517-20.4590

#568eaa color RGB value is (86,142,170).

#568eaa hex color red value is 86, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #568eaa hue: 0.56 , saturation: 0.33 and the lightness value of 568eaa is 0.50.

The process color (four color CMYK) of #568eaa color hex is 0.49, 0.16, 0.00, 0.33. Web safe color of #568eaa is #669999. Color #568eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001110 10101010
Octal 126 216 252
Decimal 86 142 170
Hex 56 8E AA

RGB Percentages of Color #568eaa

%21.61
%35.68
%42.71

CMYK Percentages of Color #568eaa

%49
%16
%0
%33

Triadic Colors of #568eaa

#568eaa #aa568e #8eaa56

Analogous Colors of #568eaa

#568eaa #5664aa #56aa9c

Monochromatic Colors of #568eaa

#568eaa

Complementary Color

#568eaa #aa7256

#568eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#568eaa Color CSS Codes

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

#568eaa Text Font Color

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

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


#568eaa Background Color

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

This div background color is #568eaa


#568eaa Border Color

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

This div border color is #568eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568eaa


Comments

No comments written yet.

Please login to write comment.