Color Hex Logo

#80acca Color Hex

#80ACCA
(128,172,202)
0 Favorites   0 Comments

Color spaces of #80acca

RGB 128172202
HSL0.570.410.65
HSV204°37°79°
CMYK 0.370.150.00   0.21
XYZ34.315338.358561.4724
Yxy38.35850.25580.2859
Hunter Lab61.9342-9.4852-15.4939
CIE-Lab68.2840-7.2633-19.9817

#80acca color RGB value is (128,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 11001010
Octal 200 254 312
Decimal 128 172 202
Hex 80 AC CA

RGB Percentages of Color #80acca

%25.50
%34.26
%40.24

CMYK Percentages of Color #80acca

%37
%15
%0
%21

Triadic Colors of #80acca

#80acca #ca80ac #acca80

Analogous Colors of #80acca

#80acca #8087ca #80cac3

Monochromatic Colors of #80acca

#80acca

Complementary Color

#80acca #ca9e80

#80acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#80acca Color CSS Codes

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

#80acca Text Font Color

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

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


#80acca Background Color

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

This div background color is #80acca


#80acca Border Color

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

This div border color is #80acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80acca


Comments

No comments written yet.

Please login to write comment.