Color Hex Logo

#569daa Color Hex

#569DAA
(86,157,170)
0 Favorites   0 Comments

Color spaces of #569daa

RGB 86157170
HSL0.530.330.50
HSV189°49°67°
CMYK 0.490.080.00   0.33
XYZ23.150428.994742.4066
Yxy28.99470.24480.3067
Hunter Lab53.8467-17.4890-9.0007
CIE-Lab60.7770-18.6797-13.6825

#569daa color RGB value is (86,157,170).

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

The process color (four color CMYK) of #569daa color hex is 0.49, 0.08, 0.00, 0.33. Web safe color of #569daa is #669999. Color #569daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10011101 10101010
Octal 126 235 252
Decimal 86 157 170
Hex 56 9D AA

RGB Percentages of Color #569daa

%20.82
%38.01
%41.16

CMYK Percentages of Color #569daa

%49
%8
%0
%33

Triadic Colors of #569daa

#569daa #aa569d #9daa56

Analogous Colors of #569daa

#569daa #5673aa #56aa8d

Monochromatic Colors of #569daa

#569daa

Complementary Color

#569daa #aa6356

#569daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#569daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#569daa Color CSS Codes

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

#569daa Text Font Color

<p style="color:#569daa">Text here</p>

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


#569daa Background Color

<div style="background-color:#569daa">
Div content here</div>

This div background color is #569daa


#569daa Border Color

<div style="border:3px solid #569daa">
Div here</div>

This div border color is #569daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #569daa

#569daa Color Palettes


Comments

No comments written yet.

Please login to write comment.