Color Hex Logo

#82999c Color Hex

#82999C
(130,153,156)
0 Favorites   0 Comments

Color spaces of #82999c

RGB 130153156
HSL0.520.120.56
HSV187°17°61°
CMYK 0.170.020.00   0.39
XYZ26.597929.928635.8274
Yxy29.92860.28800.3241
Hunter Lab54.7070-8.9528-0.5338
CIE-Lab61.5926-7.4066-4.2947

#82999c color RGB value is (130,153,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011001 10011100
Octal 202 231 234
Decimal 130 153 156
Hex 82 99 9C

RGB Percentages of Color #82999c

%29.61
%34.85
%35.54

CMYK Percentages of Color #82999c

%17
%2
%0
%39

Triadic Colors of #82999c

#82999c #9c8299 #999c82

Analogous Colors of #82999c

#82999c #828c9c #829c92

Monochromatic Colors of #82999c

#82999c

Complementary Color

#82999c #9c8582

#82999c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82999c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82999c Color CSS Codes

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

#82999c Text Font Color

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

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


#82999c Background Color

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

This div background color is #82999c


#82999c Border Color

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

This div border color is #82999c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82999c


Comments

No comments written yet.

Please login to write comment.