Color Hex Logo

#80b8aa Color Hex

#80B8AA
(128,184,170)
0 Favorites   0 Comments

Color spaces of #80b8aa

RGB 128184170
HSL0.460.280.61
HSV165°30°72°
CMYK 0.300.000.08   0.28
XYZ33.298341.772544.3381
Yxy41.77250.27890.3498
Hunter Lab64.6316-21.14204.5685
CIE-Lab70.7138-21.28901.2653

#80b8aa color RGB value is (128,184,170).

#80b8aa hex color red value is 128, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #80b8aa hue: 0.46 , saturation: 0.28 and the lightness value of 80b8aa is 0.61.

The process color (four color CMYK) of #80b8aa color hex is 0.30, 0.00, 0.08, 0.28. Web safe color of #80b8aa is #99cc99. Color #80b8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111000 10101010
Octal 200 270 252
Decimal 128 184 170
Hex 80 B8 AA

RGB Percentages of Color #80b8aa

%26.56
%38.17
%35.27

CMYK Percentages of Color #80b8aa

%30
%0
%8
%28

Triadic Colors of #80b8aa

#80b8aa #aa80b8 #b8aa80

Analogous Colors of #80b8aa

#80b8aa #80aab8 #80b88e

Monochromatic Colors of #80b8aa

#80b8aa

Complementary Color

#80b8aa #b8808e

#80b8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80b8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80b8aa Color CSS Codes

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

#80b8aa Text Font Color

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

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


#80b8aa Background Color

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

This div background color is #80b8aa


#80b8aa Border Color

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

This div border color is #80b8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80b8aa


Comments

No comments written yet.

Please login to write comment.