Color Hex Logo

#80a48f Color Hex

#80A48F
(128,164,143)
0 Favorites   0 Comments

Color spaces of #80a48f

RGB 128164143
HSL0.400.170.57
HSV145°22°64°
CMYK 0.220.000.13   0.36
XYZ27.135533.123330.9498
Yxy33.12330.29750.3632
Hunter Lab57.5528-16.55688.4030
CIE-Lab64.2606-16.71816.8793

#80a48f color RGB value is (128,164,143).

#80a48f hex color red value is 128, green value is 164 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #80a48f hue: 0.40 , saturation: 0.17 and the lightness value of 80a48f is 0.57.

The process color (four color CMYK) of #80a48f color hex is 0.22, 0.00, 0.13, 0.36. Web safe color of #80a48f is #999999. Color #80a48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100100 10001111
Octal 200 244 217
Decimal 128 164 143
Hex 80 A4 8F

RGB Percentages of Color #80a48f

%29.43
%37.70
%32.87

CMYK Percentages of Color #80a48f

%22
%0
%13
%36

Triadic Colors of #80a48f

#80a48f #8f80a4 #a48f80

Analogous Colors of #80a48f

#80a48f #80a4a1 #83a480

Monochromatic Colors of #80a48f

#80a48f

Complementary Color

#80a48f #a48095

#80a48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a48f Color CSS Codes

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

#80a48f Text Font Color

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

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


#80a48f Background Color

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

This div background color is #80a48f


#80a48f Border Color

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

This div border color is #80a48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a48f


Comments

No comments written yet.

Please login to write comment.