Color Hex Logo

#88700e Color Hex

#88700E
(136,112,14)
0 Favorites   0 Comments

Color spaces of #88700e

RGB 13611214
HSL0.130.810.29
HSV48°90°53°
CMYK 0.000.180.90   0.47
XYZ16.026816.85432.8240
Yxy16.85430.44890.4720
Hunter Lab41.0540-2.161024.6594
CIE-Lab48.07590.041951.2744

#88700e color RGB value is (136,112,14).

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

The process color (four color CMYK) of #88700e color hex is 0.00, 0.18, 0.90, 0.47. Web safe color of #88700e is #996600. Color #88700e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110000 00001110
Octal 210 160 16
Decimal 136 112 14
Hex 88 70 E

RGB Percentages of Color #88700e

%51.91
%42.75
%5.34

CMYK Percentages of Color #88700e

%0
%18
%90
%47

Triadic Colors of #88700e

#88700e #0e8870 #700e88

Analogous Colors of #88700e

#88700e #63880e #88330e

Monochromatic Colors of #88700e

#88700e

Complementary Color

#88700e #0e2688

#88700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88700e Color CSS Codes

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

#88700e Text Font Color

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

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


#88700e Background Color

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

This div background color is #88700e


#88700e Border Color

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

This div border color is #88700e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,112,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 #88700e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88700e


Comments

No comments written yet.

Please login to write comment.