Color Hex Logo

#88805e Color Hex

#88805E
(136,128,94)
0 Favorites   0 Comments

Color spaces of #88805e

RGB 13612894
HSL0.130.180.45
HSV49°31°53°
CMYK 0.000.060.31   0.47
XYZ19.892921.480713.6874
Yxy21.48070.36130.3901
Hunter Lab46.3473-4.493014.9334
CIE-Lab53.4716-2.583319.5904

#88805e color RGB value is (136,128,94).

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

The process color (four color CMYK) of #88805e color hex is 0.00, 0.06, 0.31, 0.47. Web safe color of #88805e is #999966. Color #88805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 01011110
Octal 210 200 136
Decimal 136 128 94
Hex 88 80 5E

RGB Percentages of Color #88805e

%37.99
%35.75
%26.26

CMYK Percentages of Color #88805e

%0
%6
%31
%47

Triadic Colors of #88805e

#88805e #5e8880 #805e88

Analogous Colors of #88805e

#88805e #7b885e #886b5e

Monochromatic Colors of #88805e

#88805e

Complementary Color

#88805e #5e6688

#88805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88805e Color CSS Codes

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

#88805e Text Font Color

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

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


#88805e Background Color

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

This div background color is #88805e


#88805e Border Color

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

This div border color is #88805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88805e


Comments

No comments written yet.

Please login to write comment.