Color Hex Logo

#87a88e Color Hex

#87A88E
(135,168,142)
0 Favorites   0 Comments

Color spaces of #87a88e

RGB 135168142
HSL0.370.160.59
HSV133°20°66°
CMYK 0.200.000.15   0.34
XYZ28.876835.109230.8460
Yxy35.10920.30450.3702
Hunter Lab59.2530-16.701310.6119
CIE-Lab65.8336-16.60139.7385

#87a88e color RGB value is (135,168,142).

#87a88e hex color red value is 135, green value is 168 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #87a88e hue: 0.37 , saturation: 0.16 and the lightness value of 87a88e is 0.59.

The process color (four color CMYK) of #87a88e color hex is 0.20, 0.00, 0.15, 0.34. Web safe color of #87a88e is #999999. Color #87a88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101000 10001110
Octal 207 250 216
Decimal 135 168 142
Hex 87 A8 8E

RGB Percentages of Color #87a88e

%30.34
%37.75
%31.91

CMYK Percentages of Color #87a88e

%20
%0
%15
%34

Triadic Colors of #87a88e

#87a88e #8e87a8 #a88e87

Analogous Colors of #87a88e

#87a88e #87a89f #91a887

Monochromatic Colors of #87a88e

#87a88e

Complementary Color

#87a88e #a887a1

#87a88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87a88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87a88e Color CSS Codes

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

#87a88e Text Font Color

<p style="color:#87a88e">Text here</p>

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


#87a88e Background Color

<div style="background-color:#87a88e">
Div content here</div>

This div background color is #87a88e


#87a88e Border Color

<div style="border:3px solid #87a88e">
Div here</div>

This div border color is #87a88e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,168,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 #87a88e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87a88e


Comments

No comments written yet.

Please login to write comment.