Color Hex Logo

#80aadb Color Hex

#80AADB
(128,170,219)
0 Favorites   0 Comments

Color spaces of #80aadb

RGB 128170219
HSL0.590.560.68
HSV212°42°86°
CMYK 0.420.220.00   0.14
XYZ36.063038.453172.5393
Yxy38.45310.24520.2615
Hunter Lab62.0106-4.7096-25.9494
CIE-Lab68.3532-1.6172-29.2399

#80aadb color RGB value is (128,170,219).

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

The process color (four color CMYK) of #80aadb color hex is 0.42, 0.22, 0.00, 0.14. Web safe color of #80aadb is #9999cc. Color #80aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 11011011
Octal 200 252 333
Decimal 128 170 219
Hex 80 AA DB

RGB Percentages of Color #80aadb

%24.76
%32.88
%42.36

CMYK Percentages of Color #80aadb

%42
%22
%0
%14

Triadic Colors of #80aadb

#80aadb #db80aa #aadb80

Analogous Colors of #80aadb

#80aadb #8480db #80d8db

Monochromatic Colors of #80aadb

#80aadb

Complementary Color

#80aadb #dbb180

#80aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aadb Color CSS Codes

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

#80aadb Text Font Color

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

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


#80aadb Background Color

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

This div background color is #80aadb


#80aadb Border Color

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

This div border color is #80aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aadb


Comments

No comments written yet.

Please login to write comment.