Color Hex Logo

#82929c Color Hex

#82929C
(130,146,156)
0 Favorites   0 Comments

Color spaces of #82929c

RGB 130146156
HSL0.560.120.56
HSV203°17°61°
CMYK 0.170.060.00   0.39
XYZ25.485627.703935.4566
Yxy27.70390.28750.3125
Hunter Lab52.6345-5.6807-3.0959
CIE-Lab59.6203-3.5294-7.2172

#82929c color RGB value is (130,146,156).

#82929c hex color red value is 130, green value is 146 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #82929c hue: 0.56 , saturation: 0.12 and the lightness value of 82929c is 0.56.

The process color (four color CMYK) of #82929c color hex is 0.17, 0.06, 0.00, 0.39. Web safe color of #82929c is #999999. Color #82929c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010010 10011100
Octal 202 222 234
Decimal 130 146 156
Hex 82 92 9C

RGB Percentages of Color #82929c

%30.09
%33.80
%36.11

CMYK Percentages of Color #82929c

%17
%6
%0
%39

Triadic Colors of #82929c

#82929c #9c8292 #929c82

Analogous Colors of #82929c

#82929c #82859c #829c99

Monochromatic Colors of #82929c

#82929c

Complementary Color

#82929c #9c8c82

#82929c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82929c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82929c Color CSS Codes

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

#82929c Text Font Color

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

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


#82929c Background Color

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

This div background color is #82929c


#82929c Border Color

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

This div border color is #82929c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,146,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82929c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82929c;
  -webkit-box-shadow: 1px 1px 3px 2px #82929c;
  box-shadow:         1px 1px 3px 2px #82929c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82929c


Comments

No comments written yet.

Please login to write comment.