Color Hex Logo

#80aaba Color Hex

#80AABA
(128,170,186)
0 Favorites   0 Comments

Color spaces of #80aaba

RGB 128170186
HSL0.550.300.62
HSV197°31°73°
CMYK 0.310.090.00   0.27
XYZ32.139736.883851.8797
Yxy36.88380.26580.3051
Hunter Lab60.7320-11.8180-8.1354
CIE-Lab67.1898-10.2357-12.7795

#80aaba color RGB value is (128,170,186).

#80aaba hex color red value is 128, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #80aaba hue: 0.55 , saturation: 0.30 and the lightness value of 80aaba is 0.62.

The process color (four color CMYK) of #80aaba color hex is 0.31, 0.09, 0.00, 0.27. Web safe color of #80aaba is #9999cc. Color #80aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 10111010
Octal 200 252 272
Decimal 128 170 186
Hex 80 AA BA

RGB Percentages of Color #80aaba

%26.45
%35.12
%38.43

CMYK Percentages of Color #80aaba

%31
%9
%0
%27

Triadic Colors of #80aaba

#80aaba #ba80aa #aaba80

Analogous Colors of #80aaba

#80aaba #808dba #80baad

Monochromatic Colors of #80aaba

#80aaba

Complementary Color

#80aaba #ba9080

#80aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aaba Color CSS Codes

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

#80aaba Text Font Color

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

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


#80aaba Background Color

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

This div background color is #80aaba


#80aaba Border Color

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

This div border color is #80aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aaba


Comments

No comments written yet.

Please login to write comment.