Color Hex Logo

#80a9ad Color Hex

#80A9AD
(128,169,173)
0 Favorites   0 Comments

Color spaces of #80a9ad

RGB 128169173
HSL0.510.220.59
HSV185°26°68°
CMYK 0.260.020.00   0.32
XYZ30.632935.982344.8659
Yxy35.98230.27480.3228
Hunter Lab59.9852-13.8189-2.3562
CIE-Lab66.5064-12.8212-6.5747

#80a9ad color RGB value is (128,169,173).

#80a9ad hex color red value is 128, green value is 169 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #80a9ad hue: 0.51 , saturation: 0.22 and the lightness value of 80a9ad is 0.59.

The process color (four color CMYK) of #80a9ad color hex is 0.26, 0.02, 0.00, 0.32. Web safe color of #80a9ad is #999999. Color #80a9ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101001 10101101
Octal 200 251 255
Decimal 128 169 173
Hex 80 A9 AD

RGB Percentages of Color #80a9ad

%27.23
%35.96
%36.81

CMYK Percentages of Color #80a9ad

%26
%2
%0
%32

Triadic Colors of #80a9ad

#80a9ad #ad80a9 #a9ad80

Analogous Colors of #80a9ad

#80a9ad #8093ad #80ad9b

Monochromatic Colors of #80a9ad

#80a9ad

Complementary Color

#80a9ad #ad8480

#80a9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a9ad Color CSS Codes

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

#80a9ad Text Font Color

<p style="color:#80a9ad">Text here</p>

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


#80a9ad Background Color

<div style="background-color:#80a9ad">
Div content here</div>

This div background color is #80a9ad


#80a9ad Border Color

<div style="border:3px solid #80a9ad">
Div here</div>

This div border color is #80a9ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,169,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80a9ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80a9ad;
  -webkit-box-shadow: 1px 1px 3px 2px #80a9ad;
  box-shadow:         1px 1px 3px 2px #80a9ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a9ad


Comments

No comments written yet.

Please login to write comment.