Color Hex Logo

#88996f Color Hex

#88996F
(136,153,111)
0 Favorites   0 Comments

Color spaces of #88996f

RGB 136153111
HSL0.230.170.52
HSV84°27°60°
CMYK 0.110.000.27   0.40
XYZ24.413829.164419.3815
Yxy29.16440.33460.3997
Hunter Lab54.0041-13.812016.5243
CIE-Lab60.9264-13.744120.1266

#88996f color RGB value is (136,153,111).

#88996f hex color red value is 136, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #88996f hue: 0.23 , saturation: 0.17 and the lightness value of 88996f is 0.52.

The process color (four color CMYK) of #88996f color hex is 0.11, 0.00, 0.27, 0.40. Web safe color of #88996f is #999966. Color #88996f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011001 01101111
Octal 210 231 157
Decimal 136 153 111
Hex 88 99 6F

RGB Percentages of Color #88996f

%34.00
%38.25
%27.75

CMYK Percentages of Color #88996f

%11
%0
%27
%40

Triadic Colors of #88996f

#88996f #6f8899 #996f88

Analogous Colors of #88996f

#88996f #73996f #99956f

Monochromatic Colors of #88996f

#88996f

Complementary Color

#88996f #806f99

#88996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88996f Color CSS Codes

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

#88996f Text Font Color

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

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


#88996f Background Color

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

This div background color is #88996f


#88996f Border Color

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

This div border color is #88996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88996f


Comments

No comments written yet.

Please login to write comment.