Color Hex Logo

#80aaca Color Hex

#80AACA
(128,170,202)
0 Favorites   0 Comments

Color spaces of #80aaca

RGB 128170202
HSL0.570.410.65
HSV206°37°79°
CMYK 0.370.160.00   0.21
XYZ33.937537.602961.3465
Yxy37.60290.25540.2830
Hunter Lab61.3212-8.5234-16.3896
CIE-Lab67.7269-6.1734-20.8292

#80aaca color RGB value is (128,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101010 11001010
Octal 200 252 312
Decimal 128 170 202
Hex 80 AA CA

RGB Percentages of Color #80aaca

%25.60
%34.00
%40.40

CMYK Percentages of Color #80aaca

%37
%16
%0
%21

Triadic Colors of #80aaca

#80aaca #ca80aa #aaca80

Analogous Colors of #80aaca

#80aaca #8085ca #80cac5

Monochromatic Colors of #80aaca

#80aaca

Complementary Color

#80aaca #caa080

#80aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aaca Color CSS Codes

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

#80aaca Text Font Color

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

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


#80aaca Background Color

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

This div background color is #80aaca


#80aaca Border Color

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

This div border color is #80aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aaca


Comments

No comments written yet.

Please login to write comment.