Color Hex Logo

#88885f Color Hex

#88885F
(136,136,95)
0 Favorites   0 Comments

Color spaces of #88885f

RGB 13613695
HSL0.170.180.45
HSV60°30°53°
CMYK 0.000.000.30   0.47
XYZ21.023123.668814.2870
Yxy23.66880.35650.4013
Hunter Lab48.6506-8.004416.6440
CIE-Lab55.7547-6.905222.0845

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001000 01011111
Octal 210 210 137
Decimal 136 136 95
Hex 88 88 5F

RGB Percentages of Color #88885f

%37.06
%37.06
%25.89

CMYK Percentages of Color #88885f

%0
%0
%30
%47

Triadic Colors of #88885f

#88885f #5f8888 #885f88

Analogous Colors of #88885f

#88885f #74885f #88745f

Monochromatic Colors of #88885f

#88885f

Complementary Color

#88885f #5f5f88

#88885f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88885f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88885f Color CSS Codes

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

#88885f Text Font Color

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

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


#88885f Background Color

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

This div background color is #88885f


#88885f Border Color

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

This div border color is #88885f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88885f


Comments

No comments written yet.

Please login to write comment.