Color Hex Logo

#809faa Color Hex

#809FAA
(128,159,170)
0 Favorites   0 Comments

Color spaces of #809faa

RGB 128159170
HSL0.540.200.58
HSV196°25°67°
CMYK 0.250.060.00   0.33
XYZ28.555932.287742.7573
Yxy32.28770.27560.3117
Hunter Lab56.8223-9.7342-4.8386
CIE-Lab63.5800-8.1371-9.2513

#809faa color RGB value is (128,159,170).

#809faa hex color red value is 128, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #809faa hue: 0.54 , saturation: 0.20 and the lightness value of 809faa is 0.58.

The process color (four color CMYK) of #809faa color hex is 0.25, 0.06, 0.00, 0.33. Web safe color of #809faa is #999999. Color #809faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011111 10101010
Octal 200 237 252
Decimal 128 159 170
Hex 80 9F AA

RGB Percentages of Color #809faa

%28.01
%34.79
%37.20

CMYK Percentages of Color #809faa

%25
%6
%0
%33

Triadic Colors of #809faa

#809faa #aa809f #9faa80

Analogous Colors of #809faa

#809faa #808aaa #80aaa0

Monochromatic Colors of #809faa

#809faa

Complementary Color

#809faa #aa8b80

#809faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#809faa Color CSS Codes

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

#809faa Text Font Color

<p style="color:#809faa">Text here</p>

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


#809faa Background Color

<div style="background-color:#809faa">
Div content here</div>

This div background color is #809faa


#809faa Border Color

<div style="border:3px solid #809faa">
Div here</div>

This div border color is #809faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,159,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809faa;
  -webkit-box-shadow: 1px 1px 3px 2px #809faa;
  box-shadow:         1px 1px 3px 2px #809faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,159,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 #809faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809faa


Comments

No comments written yet.

Please login to write comment.