Color Hex Logo

#88695e Color Hex

#88695E
(136,105,94)
0 Favorites   0 Comments

Color spaces of #88695e

RGB 13610594
HSL0.040.180.45
HSV16°31°53°
CMYK 0.000.230.31   0.47
XYZ17.225316.145512.7982
Yxy16.14550.37310.3497
Hunter Lab40.18156.20329.2426
CIE-Lab47.164810.689910.9349

#88695e color RGB value is (136,105,94).

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

The process color (four color CMYK) of #88695e color hex is 0.00, 0.23, 0.31, 0.47. Web safe color of #88695e is #996666. Color #88695e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 01011110
Octal 210 151 136
Decimal 136 105 94
Hex 88 69 5E

RGB Percentages of Color #88695e

%40.60
%31.34
%28.06

CMYK Percentages of Color #88695e

%0
%23
%31
%47

Triadic Colors of #88695e

#88695e #5e8869 #695e88

Analogous Colors of #88695e

#88695e #887e5e #885e68

Monochromatic Colors of #88695e

#88695e

Complementary Color

#88695e #5e7d88

#88695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88695e Color CSS Codes

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

#88695e Text Font Color

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

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


#88695e Background Color

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

This div background color is #88695e


#88695e Border Color

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

This div border color is #88695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88695e


Comments

No comments written yet.

Please login to write comment.