Color Hex Logo

#88696a Color Hex

#88696A
(136,105,106)
0 Favorites   0 Comments

Color spaces of #88696a

RGB 136105106
HSL0.990.130.47
HSV358°23°53°
CMYK 0.000.230.22   0.47
XYZ17.806416.378015.8584
Yxy16.37800.35580.3273
Hunter Lab40.46977.71675.0955
CIE-Lab47.466612.53604.1975

#88696a color RGB value is (136,105,106).

#88696a hex color red value is 136, green value is 105 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #88696a hue: 0.99 , saturation: 0.13 and the lightness value of 88696a is 0.47.

The process color (four color CMYK) of #88696a color hex is 0.00, 0.23, 0.22, 0.47. Web safe color of #88696a is #996666. Color #88696a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 01101010
Octal 210 151 152
Decimal 136 105 106
Hex 88 69 6A

RGB Percentages of Color #88696a

%39.19
%30.26
%30.55

CMYK Percentages of Color #88696a

%0
%23
%22
%47

Triadic Colors of #88696a

#88696a #6a8869 #696a88

Analogous Colors of #88696a

#88696a #887869 #88697a

Monochromatic Colors of #88696a

#88696a

Complementary Color

#88696a #698887

#88696a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88696a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88696a Color CSS Codes

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

#88696a Text Font Color

<p style="color:#88696a">Text here</p>

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


#88696a Background Color

<div style="background-color:#88696a">
Div content here</div>

This div background color is #88696a


#88696a Border Color

<div style="border:3px solid #88696a">
Div here</div>

This div border color is #88696a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88696a


Comments

No comments written yet.

Please login to write comment.