Color Hex Logo

#80afab Color Hex

#80AFAB
(128,175,171)
0 Favorites   0 Comments

Color spaces of #80afab

RGB 128175171
HSL0.490.230.59
HSV175°27°69°
CMYK 0.270.000.02   0.31
XYZ31.582738.189444.2348
Yxy38.18940.27700.3350
Hunter Lab61.7976-16.92030.8184
CIE-Lab68.1600-16.4417-3.0226

#80afab color RGB value is (128,175,171).

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

The process color (four color CMYK) of #80afab color hex is 0.27, 0.00, 0.02, 0.31. Web safe color of #80afab is #999999. Color #80afab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 10101011
Octal 200 257 253
Decimal 128 175 171
Hex 80 AF AB

RGB Percentages of Color #80afab

%27.00
%36.92
%36.08

CMYK Percentages of Color #80afab

%27
%0
%2
%31

Triadic Colors of #80afab

#80afab #ab80af #afab80

Analogous Colors of #80afab

#80afab #809caf #80af94

Monochromatic Colors of #80afab

#80afab

Complementary Color

#80afab #af8084

#80afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#80afab Color CSS Codes

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

#80afab Text Font Color

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

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


#80afab Background Color

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

This div background color is #80afab


#80afab Border Color

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

This div border color is #80afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80afab


Comments

No comments written yet.

Please login to write comment.