Color Hex Logo

#80aace Color Hex

#80AACE
(128,170,206)
0 Favorites   0 Comments

Color spaces of #80aace

RGB 128170206
HSL0.580.440.65
HSV208°38°81°
CMYK 0.380.170.00   0.19
XYZ34.417437.794963.8737
Yxy37.79490.25290.2777
Hunter Lab61.4776-7.6549-18.5666
CIE-Lab67.8692-5.1224-22.8218

#80aace color RGB value is (128,170,206).

#80aace hex color red value is 128, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #80aace hue: 0.58 , saturation: 0.44 and the lightness value of 80aace is 0.65.

The process color (four color CMYK) of #80aace color hex is 0.38, 0.17, 0.00, 0.19. Web safe color of #80aace is #9999cc. Color #80aace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 11001110
Octal 200 252 316
Decimal 128 170 206
Hex 80 AA CE

RGB Percentages of Color #80aace

%25.40
%33.73
%40.87

CMYK Percentages of Color #80aace

%38
%17
%0
%19

Triadic Colors of #80aace

#80aace #ce80aa #aace80

Analogous Colors of #80aace

#80aace #8083ce #80cecb

Monochromatic Colors of #80aace

#80aace

Complementary Color

#80aace #cea480

#80aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aace Color CSS Codes

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

#80aace Text Font Color

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

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


#80aace Background Color

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

This div background color is #80aace


#80aace Border Color

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

This div border color is #80aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aace


Comments

No comments written yet.

Please login to write comment.