Color Hex Logo

#879882 Color Hex

#879882
(135,152,130)
0 Favorites   0 Comments

Color spaces of #879882

RGB 135152130
HSL0.300.100.55
HSV106°14°60°
CMYK 0.110.000.14   0.40
XYZ25.249229.219125.4282
Yxy29.21910.31600.3657
Hunter Lab54.0547-11.21759.9473
CIE-Lab60.9745-10.36669.5512

#879882 color RGB value is (135,152,130).

#879882 hex color red value is 135, green value is 152 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #879882 hue: 0.30 , saturation: 0.10 and the lightness value of 879882 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011000 10000010
Octal 207 230 202
Decimal 135 152 130
Hex 87 98 82

RGB Percentages of Color #879882

%32.37
%36.45
%31.18

CMYK Percentages of Color #879882

%11
%0
%14
%40

Triadic Colors of #879882

#879882 #828798 #988287

Analogous Colors of #879882

#879882 #829888 #929882

Monochromatic Colors of #879882

#879882

Complementary Color

#879882 #938298

#879882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#879882 Color CSS Codes

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

#879882 Text Font Color

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

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


#879882 Background Color

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

This div background color is #879882


#879882 Border Color

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

This div border color is #879882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879882

#879882 Color Palettes


Comments

No comments written yet.

Please login to write comment.