Color Hex Logo

#80aabd Color Hex

#80AABD
(128,170,189)
0 Favorites   0 Comments

Color spaces of #80aabd

RGB 128170189
HSL0.550.320.62
HSV199°32°74°
CMYK 0.320.100.00   0.26
XYZ32.462137.012853.5774
Yxy37.01280.26380.3008
Hunter Lab60.8381-11.2225-9.6273
CIE-Lab67.2866-9.4923-14.2981

#80aabd color RGB value is (128,170,189).

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

The process color (four color CMYK) of #80aabd color hex is 0.32, 0.10, 0.00, 0.26. Web safe color of #80aabd is #9999cc. Color #80aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 10111101
Octal 200 252 275
Decimal 128 170 189
Hex 80 AA BD

RGB Percentages of Color #80aabd

%26.28
%34.91
%38.81

CMYK Percentages of Color #80aabd

%32
%10
%0
%26

Triadic Colors of #80aabd

#80aabd #bd80aa #aabd80

Analogous Colors of #80aabd

#80aabd #808cbd #80bdb2

Monochromatic Colors of #80aabd

#80aabd

Complementary Color

#80aabd #bd9380

#80aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aabd Color CSS Codes

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

#80aabd Text Font Color

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

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


#80aabd Background Color

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

This div background color is #80aabd


#80aabd Border Color

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

This div border color is #80aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aabd


Comments

No comments written yet.

Please login to write comment.