Color Hex Logo

#88995e Color Hex

#88995E
(136,153,94)
0 Favorites   0 Comments

Color spaces of #88995e

RGB 13615394
HSL0.210.240.48
HSV77°39°60°
CMYK 0.110.000.39   0.40
XYZ23.565028.824914.9114
Yxy28.82490.35010.4283
Hunter Lab53.6888-15.608621.1151
CIE-Lab60.6268-16.179429.0252

#88995e color RGB value is (136,153,94).

#88995e hex color red value is 136, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88995e hue: 0.21 , saturation: 0.24 and the lightness value of 88995e is 0.48.

The process color (four color CMYK) of #88995e color hex is 0.11, 0.00, 0.39, 0.40. Web safe color of #88995e is #999966. Color #88995e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011001 01011110
Octal 210 231 136
Decimal 136 153 94
Hex 88 99 5E

RGB Percentages of Color #88995e

%35.51
%39.95
%24.54

CMYK Percentages of Color #88995e

%11
%0
%39
%40

Triadic Colors of #88995e

#88995e #5e8899 #995e88

Analogous Colors of #88995e

#88995e #6b995e #998d5e

Monochromatic Colors of #88995e

#88995e

Complementary Color

#88995e #6f5e99

#88995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88995e Color CSS Codes

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

#88995e Text Font Color

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

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


#88995e Background Color

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

This div background color is #88995e


#88995e Border Color

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

This div border color is #88995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88995e


Comments

No comments written yet.

Please login to write comment.