Color Hex Logo

#809aac Color Hex

#809AAC
(128,154,172)
0 Favorites   0 Comments

Color spaces of #809aac

RGB 128154172
HSL0.570.210.59
HSV205°26°67°
CMYK 0.260.100.00   0.33
XYZ27.904130.679043.4807
Yxy30.67900.27340.3006
Hunter Lab55.3886-7.0040-7.7713
CIE-Lab62.2357-4.9105-12.3903

#809aac color RGB value is (128,154,172).

#809aac hex color red value is 128, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #809aac hue: 0.57 , saturation: 0.21 and the lightness value of 809aac is 0.59.

The process color (four color CMYK) of #809aac color hex is 0.26, 0.10, 0.00, 0.33. Web safe color of #809aac is #999999. Color #809aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011010 10101100
Octal 200 232 254
Decimal 128 154 172
Hex 80 9A AC

RGB Percentages of Color #809aac

%28.19
%33.92
%37.89

CMYK Percentages of Color #809aac

%26
%10
%0
%33

Triadic Colors of #809aac

#809aac #ac809a #9aac80

Analogous Colors of #809aac

#809aac #8084ac #80aca8

Monochromatic Colors of #809aac

#809aac

Complementary Color

#809aac #ac9280

#809aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#809aac Color CSS Codes

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

#809aac Text Font Color

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

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


#809aac Background Color

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

This div background color is #809aac


#809aac Border Color

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

This div border color is #809aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,154,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809aac


Comments

No comments written yet.

Please login to write comment.