Color Hex Logo

#88997c Color Hex

#88997C
(136,153,124)
0 Favorites   0 Comments

Color spaces of #88997c

RGB 136153124
HSL0.260.120.54
HSV95°19°60°
CMYK 0.110.000.19   0.40
XYZ25.182729.471923.4302
Yxy29.47190.32250.3774
Hunter Lab54.2880-12.202912.4126
CIE-Lab61.1959-11.603113.2471

#88997c color RGB value is (136,153,124).

#88997c hex color red value is 136, green value is 153 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #88997c hue: 0.26 , saturation: 0.12 and the lightness value of 88997c is 0.54.

The process color (four color CMYK) of #88997c color hex is 0.11, 0.00, 0.19, 0.40. Web safe color of #88997c is #999966. Color #88997c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011001 01111100
Octal 210 231 174
Decimal 136 153 124
Hex 88 99 7C

RGB Percentages of Color #88997c

%32.93
%37.05
%30.02

CMYK Percentages of Color #88997c

%11
%0
%19
%40

Triadic Colors of #88997c

#88997c #7c8899 #997c88

Analogous Colors of #88997c

#88997c #7c997f #97997c

Monochromatic Colors of #88997c

#88997c

Complementary Color

#88997c #8d7c99

#88997c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88997c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88997c Color CSS Codes

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

#88997c Text Font Color

<p style="color:#88997c">Text here</p>

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


#88997c Background Color

<div style="background-color:#88997c">
Div content here</div>

This div background color is #88997c


#88997c Border Color

<div style="border:3px solid #88997c">
Div here</div>

This div border color is #88997c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88997c


Comments

No comments written yet.

Please login to write comment.