Color Hex Logo

#80aba2 Color Hex

#80ABA2
(128,171,162)
0 Favorites   0 Comments

Color spaces of #80aba2

RGB 128171162
HSL0.470.200.59
HSV167°25°67°
CMYK 0.250.000.05   0.33
XYZ29.986636.323639.6131
Yxy36.32360.28310.3429
Hunter Lab60.2691-16.65903.2188
CIE-Lab66.7664-16.3701-0.0756

#80aba2 color RGB value is (128,171,162).

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

The process color (four color CMYK) of #80aba2 color hex is 0.25, 0.00, 0.05, 0.33. Web safe color of #80aba2 is #999999. Color #80aba2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101011 10100010
Octal 200 253 242
Decimal 128 171 162
Hex 80 AB A2

RGB Percentages of Color #80aba2

%27.77
%37.09
%35.14

CMYK Percentages of Color #80aba2

%25
%0
%5
%33

Triadic Colors of #80aba2

#80aba2 #a280ab #aba280

Analogous Colors of #80aba2

#80aba2 #809fab #80ab8d

Monochromatic Colors of #80aba2

#80aba2

Complementary Color

#80aba2 #ab8089

#80aba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80aba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80aba2 Color CSS Codes

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

#80aba2 Text Font Color

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

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


#80aba2 Background Color

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

This div background color is #80aba2


#80aba2 Border Color

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

This div border color is #80aba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80aba2


Comments

No comments written yet.

Please login to write comment.