Color Hex Logo

#80880e Color Hex

#80880E
(128,136,14)
0 Favorites   0 Comments

Color spaces of #80880e

RGB 12813614
HSL0.180.810.29
HSV64°90°53°
CMYK 0.060.000.90   0.47
XYZ17.785522.22923.7687
Yxy22.22920.40620.5077
Hunter Lab47.1479-15.173528.2642
CIE-Lab54.2693-16.898455.9751

#80880e color RGB value is (128,136,14).

#80880e hex color red value is 128, green value is 136 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #80880e hue: 0.18 , saturation: 0.81 and the lightness value of 80880e is 0.29.

The process color (four color CMYK) of #80880e color hex is 0.06, 0.00, 0.90, 0.47. Web safe color of #80880e is #999900. Color #80880e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001000 00001110
Octal 200 210 16
Decimal 128 136 14
Hex 80 88 E

RGB Percentages of Color #80880e

%46.04
%48.92
%5.04

CMYK Percentages of Color #80880e

%6
%0
%90
%47

Triadic Colors of #80880e

#80880e #0e8088 #880e80

Analogous Colors of #80880e

#80880e #43880e #88530e

Monochromatic Colors of #80880e

#80880e

Complementary Color

#80880e #160e88

#80880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80880e Color CSS Codes

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

#80880e Text Font Color

<p style="color:#80880e">Text here</p>

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


#80880e Background Color

<div style="background-color:#80880e">
Div content here</div>

This div background color is #80880e


#80880e Border Color

<div style="border:3px solid #80880e">
Div here</div>

This div border color is #80880e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,136,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80880e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80880e;
  -webkit-box-shadow: 1px 1px 3px 2px #80880e;
  box-shadow:         1px 1px 3px 2px #80880e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80880e


Comments

No comments written yet.

Please login to write comment.