Color Hex Logo

#80aeda Color Hex

#80AEDA
(128,174,218)
0 Favorites   0 Comments

Color spaces of #80aeda

RGB 128174218
HSL0.580.550.68
HSV209°41°85°
CMYK 0.410.200.00   0.15
XYZ36.693039.923372.1017
Yxy39.92330.24670.2684
Hunter Lab63.1849-6.9143-23.4277
CIE-Lab69.4149-4.0975-27.0575

#80aeda color RGB value is (128,174,218).

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

The process color (four color CMYK) of #80aeda color hex is 0.41, 0.20, 0.00, 0.15. Web safe color of #80aeda is #9999cc. Color #80aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 11011010
Octal 200 256 332
Decimal 128 174 218
Hex 80 AE DA

RGB Percentages of Color #80aeda

%24.62
%33.46
%41.92

CMYK Percentages of Color #80aeda

%41
%20
%0
%15

Triadic Colors of #80aeda

#80aeda #da80ae #aeda80

Analogous Colors of #80aeda

#80aeda #8081da #80dad9

Monochromatic Colors of #80aeda

#80aeda

Complementary Color

#80aeda #daac80

#80aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aeda Color CSS Codes

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

#80aeda Text Font Color

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

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


#80aeda Background Color

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

This div background color is #80aeda


#80aeda Border Color

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

This div border color is #80aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aeda


Comments

No comments written yet.

Please login to write comment.