Color Hex Logo

#80988d Color Hex

#80988D
(128,152,141)
0 Favorites   0 Comments

Color spaces of #80988d

RGB 128152141
HSL0.420.100.55
HSV153°16°60°
CMYK 0.160.000.07   0.40
XYZ24.938028.968829.4765
Yxy28.96880.29910.3474
Hunter Lab53.8227-11.48415.2051
CIE-Lab60.7541-10.74242.9542

#80988d color RGB value is (128,152,141).

#80988d hex color red value is 128, green value is 152 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #80988d hue: 0.42 , saturation: 0.10 and the lightness value of 80988d is 0.55.

The process color (four color CMYK) of #80988d color hex is 0.16, 0.00, 0.07, 0.40. Web safe color of #80988d is #999999. Color #80988d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011000 10001101
Octal 200 230 215
Decimal 128 152 141
Hex 80 98 8D

RGB Percentages of Color #80988d

%30.40
%36.10
%33.49

CMYK Percentages of Color #80988d

%16
%0
%7
%40

Triadic Colors of #80988d

#80988d #8d8098 #988d80

Analogous Colors of #80988d

#80988d #809798 #809881

Monochromatic Colors of #80988d

#80988d

Complementary Color

#80988d #98808b

#80988d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80988d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80988d Color CSS Codes

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

#80988d Text Font Color

<p style="color:#80988d">Text here</p>

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


#80988d Background Color

<div style="background-color:#80988d">
Div content here</div>

This div background color is #80988d


#80988d Border Color

<div style="border:3px solid #80988d">
Div here</div>

This div border color is #80988d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,152,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80988d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80988d;
  -webkit-box-shadow: 1px 1px 3px 2px #80988d;
  box-shadow:         1px 1px 3px 2px #80988d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80988d


Comments

No comments written yet.

Please login to write comment.