Color Hex Logo

#80aede Color Hex

#80AEDE
(128,174,222)
0 Favorites   0 Comments

Color spaces of #80aede

RGB 128174222
HSL0.590.590.69
HSV211°42°87°
CMYK 0.420.220.00   0.13
XYZ37.223040.135274.8923
Yxy40.13520.24450.2636
Hunter Lab63.3523-5.9880-25.7433
CIE-Lab69.5657-3.0032-29.0180

#80aede color RGB value is (128,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 11011110
Octal 200 256 336
Decimal 128 174 222
Hex 80 AE DE

RGB Percentages of Color #80aede

%24.43
%33.21
%42.37

CMYK Percentages of Color #80aede

%42
%22
%0
%13

Triadic Colors of #80aede

#80aede #de80ae #aede80

Analogous Colors of #80aede

#80aede #8180de #80ddde

Monochromatic Colors of #80aede

#80aede

Complementary Color

#80aede #deb080

#80aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aede Color CSS Codes

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

#80aede Text Font Color

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

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


#80aede Background Color

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

This div background color is #80aede


#80aede Border Color

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

This div border color is #80aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aede


Comments

No comments written yet.

Please login to write comment.