Color Hex Logo

#88684a Color Hex

#88684A
(136,104,74)
0 Favorites   0 Comments

Color spaces of #88684a

RGB 13610474
HSL0.080.300.41
HSV29°46°53°
CMYK 0.000.240.46   0.47
XYZ16.339715.62938.6341
Yxy15.62930.40240.3849
Hunter Lab39.53394.591214.7250
CIE-Lab46.48438.688321.8074

#88684a color RGB value is (136,104,74).

#88684a hex color red value is 136, green value is 104 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #88684a hue: 0.08 , saturation: 0.30 and the lightness value of 88684a is 0.41.

The process color (four color CMYK) of #88684a color hex is 0.00, 0.24, 0.46, 0.47. Web safe color of #88684a is #996633. Color #88684a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101000 01001010
Octal 210 150 112
Decimal 136 104 74
Hex 88 68 4A

RGB Percentages of Color #88684a

%43.31
%33.12
%23.57

CMYK Percentages of Color #88684a

%0
%24
%46
%47

Triadic Colors of #88684a

#88684a #4a8868 #684a88

Analogous Colors of #88684a

#88684a #88874a #884a4b

Monochromatic Colors of #88684a

#88684a

Complementary Color

#88684a #4a6a88

#88684a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88684a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88684a Color CSS Codes

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

#88684a Text Font Color

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

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


#88684a Background Color

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

This div background color is #88684a


#88684a Border Color

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

This div border color is #88684a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88684a


Comments

No comments written yet.

Please login to write comment.