Color Hex Logo

#87988e Color Hex

#87988E
(135,152,142)
0 Favorites   0 Comments

Color spaces of #87988e

RGB 135152142
HSL0.400.080.56
HSV145°11°60°
CMYK 0.110.000.07   0.40
XYZ26.102429.560429.9212
Yxy29.56040.30500.3454
Hunter Lab54.3695-9.45005.4295
CIE-Lab61.2731-8.07303.2016

#87988e color RGB value is (135,152,142).

#87988e hex color red value is 135, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #87988e hue: 0.40 , saturation: 0.08 and the lightness value of 87988e is 0.56.

The process color (four color CMYK) of #87988e color hex is 0.11, 0.00, 0.07, 0.40. Web safe color of #87988e is #999999. Color #87988e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011000 10001110
Octal 207 230 216
Decimal 135 152 142
Hex 87 98 8E

RGB Percentages of Color #87988e

%31.47
%35.43
%33.10

CMYK Percentages of Color #87988e

%11
%0
%7
%40

Triadic Colors of #87988e

#87988e #8e8798 #988e87

Analogous Colors of #87988e

#87988e #879897 #899887

Monochromatic Colors of #87988e

#87988e

Complementary Color

#87988e #988791

#87988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87988e Color CSS Codes

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

#87988e Text Font Color

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

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


#87988e Background Color

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

This div background color is #87988e


#87988e Border Color

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

This div border color is #87988e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,152,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87988e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87988e;
  -webkit-box-shadow: 1px 1px 3px 2px #87988e;
  box-shadow:         1px 1px 3px 2px #87988e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87988e


Comments

No comments written yet.

Please login to write comment.