Color Hex Logo

#82978e Color Hex

#82978E
(130,151,142)
0 Favorites   0 Comments

Color spaces of #82978e

RGB 130151142
HSL0.430.090.55
HSV154°14°59°
CMYK 0.140.000.06   0.41
XYZ25.155028.832029.8305
Yxy28.83200.30010.3440
Hunter Lab53.6954-10.34414.6482
CIE-Lab60.6331-9.29512.2297

#82978e color RGB value is (130,151,142).

#82978e hex color red value is 130, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #82978e hue: 0.43 , saturation: 0.09 and the lightness value of 82978e is 0.55.

The process color (four color CMYK) of #82978e color hex is 0.14, 0.00, 0.06, 0.41. Web safe color of #82978e is #999999. Color #82978e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010111 10001110
Octal 202 227 216
Decimal 130 151 142
Hex 82 97 8E

RGB Percentages of Color #82978e

%30.73
%35.70
%33.57

CMYK Percentages of Color #82978e

%14
%0
%6
%41

Triadic Colors of #82978e

#82978e #8e8297 #978e82

Analogous Colors of #82978e

#82978e #829697 #829784

Monochromatic Colors of #82978e

#82978e

Complementary Color

#82978e #97828b

#82978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82978e Color CSS Codes

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

#82978e Text Font Color

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

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


#82978e Background Color

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

This div background color is #82978e


#82978e Border Color

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

This div border color is #82978e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82978e


Comments

No comments written yet.

Please login to write comment.