Color Hex Logo

#80accc Color Hex

#80ACCC
(128,172,204)
0 Favorites   0 Comments

Color spaces of #80accc

RGB 128172204
HSL0.570.430.65
HSV205°37°80°
CMYK 0.370.160.00   0.20
XYZ34.553738.453962.7279
Yxy38.45390.25460.2833
Hunter Lab62.0112-9.0564-16.5674
CIE-Lab68.3538-6.7416-20.9791

#80accc color RGB value is (128,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 11001100
Octal 200 254 314
Decimal 128 172 204
Hex 80 AC CC

RGB Percentages of Color #80accc

%25.40
%34.13
%40.48

CMYK Percentages of Color #80accc

%37
%16
%0
%20

Triadic Colors of #80accc

#80accc #cc80ac #accc80

Analogous Colors of #80accc

#80accc #8086cc #80ccc6

Monochromatic Colors of #80accc

#80accc

Complementary Color

#80accc #cca080

#80accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80accc Color CSS Codes

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

#80accc Text Font Color

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

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


#80accc Background Color

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

This div background color is #80accc


#80accc Border Color

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

This div border color is #80accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80accc


Comments

No comments written yet.

Please login to write comment.