Color Hex Logo

#80aedf Color Hex

#80AEDF
(128,174,223)
0 Favorites   0 Comments

Color spaces of #80aedf

RGB 128174223
HSL0.590.600.69
HSV211°43°87°
CMYK 0.430.220.00   0.13
XYZ37.357440.189075.6003
Yxy40.18900.24390.2624
Hunter Lab63.3948-5.7541-26.3288
CIE-Lab69.6039-2.7282-29.5067

#80aedf color RGB value is (128,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101110 11011111
Octal 200 256 337
Decimal 128 174 223
Hex 80 AE DF

RGB Percentages of Color #80aedf

%24.38
%33.14
%42.48

CMYK Percentages of Color #80aedf

%43
%22
%0
%13

Triadic Colors of #80aedf

#80aedf #df80ae #aedf80

Analogous Colors of #80aedf

#80aedf #8280df #80dedf

Monochromatic Colors of #80aedf

#80aedf

Complementary Color

#80aedf #dfb180

#80aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aedf Color CSS Codes

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

#80aedf Text Font Color

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

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


#80aedf Background Color

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

This div background color is #80aedf


#80aedf Border Color

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

This div border color is #80aedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,174,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 #80aedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aedf


Comments

No comments written yet.

Please login to write comment.