Color Hex Logo

#80aedd Color Hex

#80AEDD
(128,174,221)
0 Favorites   0 Comments

Color spaces of #80aedd

RGB 128174221
HSL0.580.580.68
HSV210°42°87°
CMYK 0.420.210.00   0.13
XYZ37.089340.081874.1884
Yxy40.08180.24500.2648
Hunter Lab63.3102-6.2214-25.1603
CIE-Lab69.5278-3.2781-28.5286

#80aedd color RGB value is (128,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 11011101
Octal 200 256 335
Decimal 128 174 221
Hex 80 AE DD

RGB Percentages of Color #80aedd

%24.47
%33.27
%42.26

CMYK Percentages of Color #80aedd

%42
%21
%0
%13

Triadic Colors of #80aedd

#80aedd #dd80ae #aedd80

Analogous Colors of #80aedd

#80aedd #8180dd #80dddd

Monochromatic Colors of #80aedd

#80aedd

Complementary Color

#80aedd #ddaf80

#80aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aedd Color CSS Codes

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

#80aedd Text Font Color

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

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


#80aedd Background Color

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

This div background color is #80aedd


#80aedd Border Color

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

This div border color is #80aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aedd


Comments

No comments written yet.

Please login to write comment.