Color Hex Logo

#80aadc Color Hex

#80AADC
(128,170,220)
0 Favorites   0 Comments

Color spaces of #80aadc

RGB 128170220
HSL0.590.570.68
HSV213°42°86°
CMYK 0.420.230.00   0.14
XYZ36.195138.506073.2349
Yxy38.50600.24470.2603
Hunter Lab62.0532-4.4756-26.5365
CIE-Lab68.3919-1.3424-29.7298

#80aadc color RGB value is (128,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 11011100
Octal 200 252 334
Decimal 128 170 220
Hex 80 AA DC

RGB Percentages of Color #80aadc

%24.71
%32.82
%42.47

CMYK Percentages of Color #80aadc

%42
%23
%0
%14

Triadic Colors of #80aadc

#80aadc #dc80aa #aadc80

Analogous Colors of #80aadc

#80aadc #8480dc #80d8dc

Monochromatic Colors of #80aadc

#80aadc

Complementary Color

#80aadc #dcb280

#80aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aadc Color CSS Codes

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

#80aadc Text Font Color

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

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


#80aadc Background Color

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

This div background color is #80aadc


#80aadc Border Color

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

This div border color is #80aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aadc


Comments

No comments written yet.

Please login to write comment.