Color Hex Logo

#80aadf Color Hex

#80AADF
(128,170,223)
0 Favorites   0 Comments

Color spaces of #80aadf

RGB 128170223
HSL0.590.600.69
HSV213°43°87°
CMYK 0.430.240.00   0.13
XYZ36.596138.666475.3466
Yxy38.66640.24300.2567
Hunter Lab62.1823-3.7666-28.3144
CIE-Lab68.5089-0.5133-31.1963

#80aadf color RGB value is (128,170,223).

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

The process color (four color CMYK) of #80aadf color hex is 0.43, 0.24, 0.00, 0.13. Web safe color of #80aadf is #9999cc. Color #80aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 11011111
Octal 200 252 337
Decimal 128 170 223
Hex 80 AA DF

RGB Percentages of Color #80aadf

%24.57
%32.63
%42.80

CMYK Percentages of Color #80aadf

%43
%24
%0
%13

Triadic Colors of #80aadf

#80aadf #df80aa #aadf80

Analogous Colors of #80aadf

#80aadf #8680df #80dadf

Monochromatic Colors of #80aadf

#80aadf

Complementary Color

#80aadf #dfb580

#80aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aadf Color CSS Codes

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

#80aadf Text Font Color

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

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


#80aadf Background Color

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

This div background color is #80aadf


#80aadf Border Color

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

This div border color is #80aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aadf


Comments

No comments written yet.

Please login to write comment.