Color Hex Logo

#88987d Color Hex

#88987D
(136,152,125)
0 Favorites   0 Comments

Color spaces of #88987d

RGB 136152125
HSL0.270.120.54
HSV96°18°60°
CMYK 0.110.000.18   0.40
XYZ25.083329.171423.7106
Yxy29.17140.32170.3742
Hunter Lab54.0106-11.620411.7791
CIE-Lab60.9326-10.891412.3170

#88987d color RGB value is (136,152,125).

#88987d hex color red value is 136, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #88987d hue: 0.27 , saturation: 0.12 and the lightness value of 88987d is 0.54.

The process color (four color CMYK) of #88987d color hex is 0.11, 0.00, 0.18, 0.40. Web safe color of #88987d is #999966. Color #88987d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011000 01111101
Octal 210 230 175
Decimal 136 152 125
Hex 88 98 7D

RGB Percentages of Color #88987d

%32.93
%36.80
%30.27

CMYK Percentages of Color #88987d

%11
%0
%18
%40

Triadic Colors of #88987d

#88987d #7d8898 #987d88

Analogous Colors of #88987d

#88987d #7d9880 #96987d

Monochromatic Colors of #88987d

#88987d

Complementary Color

#88987d #8d7d98

#88987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88987d Color CSS Codes

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

#88987d Text Font Color

<p style="color:#88987d">Text here</p>

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


#88987d Background Color

<div style="background-color:#88987d">
Div content here</div>

This div background color is #88987d


#88987d Border Color

<div style="border:3px solid #88987d">
Div here</div>

This div border color is #88987d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,152,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88987d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88987d;
  -webkit-box-shadow: 1px 1px 3px 2px #88987d;
  box-shadow:         1px 1px 3px 2px #88987d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88987d


Comments

No comments written yet.

Please login to write comment.