Color Hex Logo

#88865f Color Hex

#88865F
(136,134,95)
0 Favorites   0 Comments

Color spaces of #88865f

RGB 13613495
HSL0.160.180.45
HSV57°30°53°
CMYK 0.000.010.30   0.47
XYZ20.744023.110714.1939
Yxy23.11070.35740.3981
Hunter Lab48.0736-7.105116.1459
CIE-Lab55.1862-5.799021.3256

#88865f color RGB value is (136,134,95).

#88865f hex color red value is 136, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #88865f hue: 0.16 , saturation: 0.18 and the lightness value of 88865f is 0.45.

The process color (four color CMYK) of #88865f color hex is 0.00, 0.01, 0.30, 0.47. Web safe color of #88865f is #999966. Color #88865f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000110 01011111
Octal 210 206 137
Decimal 136 134 95
Hex 88 86 5F

RGB Percentages of Color #88865f

%37.26
%36.71
%26.03

CMYK Percentages of Color #88865f

%0
%1
%30
%47

Triadic Colors of #88865f

#88865f #5f8886 #865f88

Analogous Colors of #88865f

#88865f #76885f #88725f

Monochromatic Colors of #88865f

#88865f

Complementary Color

#88865f #5f6188

#88865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88865f Color CSS Codes

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

#88865f Text Font Color

<p style="color:#88865f">Text here</p>

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


#88865f Background Color

<div style="background-color:#88865f">
Div content here</div>

This div background color is #88865f


#88865f Border Color

<div style="border:3px solid #88865f">
Div here</div>

This div border color is #88865f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,134,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88865f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88865f;
  -webkit-box-shadow: 1px 1px 3px 2px #88865f;
  box-shadow:         1px 1px 3px 2px #88865f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88865f


Comments

No comments written yet.

Please login to write comment.