Color Hex Logo

#80acdd Color Hex

#80ACDD
(128,172,221)
0 Favorites   0 Comments

Color spaces of #80acdd

RGB 128172221
HSL0.590.580.68
HSV212°42°87°
CMYK 0.420.220.00   0.13
XYZ36.705839.314774.0605
Yxy39.31470.24460.2620
Hunter Lab62.7014-5.2325-26.1400
CIE-Lab68.9786-2.1748-29.3742

#80acdd color RGB value is (128,172,221).

#80acdd hex color red value is 128, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #80acdd hue: 0.59 , saturation: 0.58 and the lightness value of 80acdd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 11011101
Octal 200 254 335
Decimal 128 172 221
Hex 80 AC DD

RGB Percentages of Color #80acdd

%24.57
%33.01
%42.42

CMYK Percentages of Color #80acdd

%42
%22
%0
%13

Triadic Colors of #80acdd

#80acdd #dd80ac #acdd80

Analogous Colors of #80acdd

#80acdd #8380dd #80dbdd

Monochromatic Colors of #80acdd

#80acdd

Complementary Color

#80acdd #ddb180

#80acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80acdd Color CSS Codes

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

#80acdd Text Font Color

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

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


#80acdd Background Color

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

This div background color is #80acdd


#80acdd Border Color

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

This div border color is #80acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80acdd


Comments

No comments written yet.

Please login to write comment.