Color Hex Logo

#879e8f Color Hex

#879E8F
(135,158,143)
0 Favorites   0 Comments

Color spaces of #879e8f

RGB 135158143
HSL0.390.110.57
HSV141°15°62°
CMYK 0.150.000.09   0.38
XYZ27.176531.587830.6513
Yxy31.58780.30390.3533
Hunter Lab56.2030-12.04317.0073
CIE-Lab63.0007-11.12185.1312

#879e8f color RGB value is (135,158,143).

#879e8f hex color red value is 135, green value is 158 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #879e8f hue: 0.39 , saturation: 0.11 and the lightness value of 879e8f is 0.57.

The process color (four color CMYK) of #879e8f color hex is 0.15, 0.00, 0.09, 0.38. Web safe color of #879e8f is #999999. Color #879e8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011110 10001111
Octal 207 236 217
Decimal 135 158 143
Hex 87 9E 8F

RGB Percentages of Color #879e8f

%30.96
%36.24
%32.80

CMYK Percentages of Color #879e8f

%15
%0
%9
%38

Triadic Colors of #879e8f

#879e8f #8f879e #9e8f87

Analogous Colors of #879e8f

#879e8f #879e9b #8b9e87

Monochromatic Colors of #879e8f

#879e8f

Complementary Color

#879e8f #9e8796

#879e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#879e8f Color CSS Codes

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

#879e8f Text Font Color

<p style="color:#879e8f">Text here</p>

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


#879e8f Background Color

<div style="background-color:#879e8f">
Div content here</div>

This div background color is #879e8f


#879e8f Border Color

<div style="border:3px solid #879e8f">
Div here</div>

This div border color is #879e8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,158,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #879e8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #879e8f;
  -webkit-box-shadow: 1px 1px 3px 2px #879e8f;
  box-shadow:         1px 1px 3px 2px #879e8f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879e8f


Comments

No comments written yet.

Please login to write comment.