Color Hex Logo

#80aaab Color Hex

#80AAAB
(128,170,171)
0 Favorites   0 Comments

Color spaces of #80aaab

RGB 128170171
HSL0.500.200.59
HSV181°25°67°
CMYK 0.250.010.00   0.33
XYZ30.627536.278943.9164
Yxy36.27890.27640.3274
Hunter Lab60.2320-14.6400-1.0672
CIE-Lab66.7325-13.8158-5.1276

#80aaab color RGB value is (128,170,171).

#80aaab hex color red value is 128, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #80aaab hue: 0.50 , saturation: 0.20 and the lightness value of 80aaab is 0.59.

The process color (four color CMYK) of #80aaab color hex is 0.25, 0.01, 0.00, 0.33. Web safe color of #80aaab is #999999. Color #80aaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 10101011
Octal 200 252 253
Decimal 128 170 171
Hex 80 AA AB

RGB Percentages of Color #80aaab

%27.29
%36.25
%36.46

CMYK Percentages of Color #80aaab

%25
%1
%0
%33

Triadic Colors of #80aaab

#80aaab #ab80aa #aaab80

Analogous Colors of #80aaab

#80aaab #8095ab #80ab97

Monochromatic Colors of #80aaab

#80aaab

Complementary Color

#80aaab #ab8180

#80aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aaab Color CSS Codes

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

#80aaab Text Font Color

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

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


#80aaab Background Color

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

This div background color is #80aaab


#80aaab Border Color

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

This div border color is #80aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aaab


Comments

No comments written yet.

Please login to write comment.