Color Hex Logo

#979882 Color Hex

#979882
(151,152,130)
0 Favorites   0 Comments

Color spaces of #979882

RGB 151152130
HSL0.170.100.55
HSV63°14°60°
CMYK 0.010.000.14   0.40
XYZ28.020030.647525.5578
Yxy30.64750.33270.3639
Hunter Lab55.3602-6.534311.3801
CIE-Lab62.2089-4.335611.4706

#979882 color RGB value is (151,152,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011000 10000010
Octal 227 230 202
Decimal 151 152 130
Hex 97 98 82

RGB Percentages of Color #979882

%34.87
%35.10
%30.02

CMYK Percentages of Color #979882

%1
%0
%14
%40

Triadic Colors of #979882

#979882 #829798 #988297

Analogous Colors of #979882

#979882 #8c9882 #988e82

Monochromatic Colors of #979882

#979882

Complementary Color

#979882 #838298

#979882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979882 Color CSS Codes

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

#979882 Text Font Color

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

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


#979882 Background Color

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

This div background color is #979882


#979882 Border Color

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

This div border color is #979882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979882


Comments

No comments written yet.

Please login to write comment.