Color Hex Logo

#80aabf Color Hex

#80AABF
(128,170,191)
0 Favorites   0 Comments

Color spaces of #80aabf

RGB 128170191
HSL0.560.330.63
HSV200°33°75°
CMYK 0.330.110.00   0.25
XYZ32.680837.100254.7288
Yxy37.10020.26250.2980
Hunter Lab60.9099-10.8195-10.6363
CIE-Lab67.3521-8.9915-15.3083

#80aabf color RGB value is (128,170,191).

#80aabf hex color red value is 128, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #80aabf hue: 0.56 , saturation: 0.33 and the lightness value of 80aabf is 0.63.

The process color (four color CMYK) of #80aabf color hex is 0.33, 0.11, 0.00, 0.25. Web safe color of #80aabf is #9999cc. Color #80aabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 10111111
Octal 200 252 277
Decimal 128 170 191
Hex 80 AA BF

RGB Percentages of Color #80aabf

%26.18
%34.76
%39.06

CMYK Percentages of Color #80aabf

%33
%11
%0
%25

Triadic Colors of #80aabf

#80aabf #bf80aa #aabf80

Analogous Colors of #80aabf

#80aabf #808bbf #80bfb5

Monochromatic Colors of #80aabf

#80aabf

Complementary Color

#80aabf #bf9580

#80aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aabf Color CSS Codes

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

#80aabf Text Font Color

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

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


#80aabf Background Color

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

This div background color is #80aabf


#80aabf Border Color

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

This div border color is #80aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aabf


Comments

No comments written yet.

Please login to write comment.