Color Hex Logo

#80acab Color Hex

#80ACAB
(128,172,171)
0 Favorites   0 Comments

Color spaces of #80acab

RGB 128172171
HSL0.500.210.59
HSV179°26°67°
CMYK 0.260.000.01   0.33
XYZ31.005337.034544.0423
Yxy37.03450.27660.3304
Hunter Lab60.8560-15.5546-0.3098
CIE-Lab67.3029-14.8709-4.2851

#80acab color RGB value is (128,172,171).

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

The process color (four color CMYK) of #80acab color hex is 0.26, 0.00, 0.01, 0.33. Web safe color of #80acab is #999999. Color #80acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101100 10101011
Octal 200 254 253
Decimal 128 172 171
Hex 80 AC AB

RGB Percentages of Color #80acab

%27.18
%36.52
%36.31

CMYK Percentages of Color #80acab

%26
%0
%1
%33

Triadic Colors of #80acab

#80acab #ab80ac #acab80

Analogous Colors of #80acab

#80acab #8097ac #80ac95

Monochromatic Colors of #80acab

#80acab

Complementary Color

#80acab #ac8081

#80acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80acab Color CSS Codes

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

#80acab Text Font Color

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

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


#80acab Background Color

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

This div background color is #80acab


#80acab Border Color

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

This div border color is #80acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80acab


Comments

No comments written yet.

Please login to write comment.