Color Hex Logo

#80af8f Color Hex

#80AF8F
(128,175,143)
0 Favorites   0 Comments

Color spaces of #80af8f

RGB 128175143
HSL0.390.230.59
HSV139°27°69°
CMYK 0.270.000.18   0.31
XYZ29.190037.232331.6347
Yxy37.23230.29770.3797
Hunter Lab61.0183-21.390911.9741
CIE-Lab67.4509-22.361811.4169

#80af8f color RGB value is (128,175,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10101111 10001111
Octal 200 257 217
Decimal 128 175 143
Hex 80 AF 8F

RGB Percentages of Color #80af8f

%28.70
%39.24
%32.06

CMYK Percentages of Color #80af8f

%27
%0
%18
%31

Triadic Colors of #80af8f

#80af8f #8f80af #af8f80

Analogous Colors of #80af8f

#80af8f #80afa7 #89af80

Monochromatic Colors of #80af8f

#80af8f

Complementary Color

#80af8f #af80a0

#80af8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80af8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80af8f Color CSS Codes

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

#80af8f Text Font Color

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

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


#80af8f Background Color

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

This div background color is #80af8f


#80af8f Border Color

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

This div border color is #80af8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80af8f


Comments

No comments written yet.

Please login to write comment.