Color Hex Logo

#82959f Color Hex

#82959F
(130,149,159)
0 Favorites   0 Comments

Color spaces of #82959f

RGB 130149159
HSL0.560.130.57
HSV201°18°62°
CMYK 0.180.060.00   0.38
XYZ26.211428.743936.9675
Yxy28.74390.28510.3127
Hunter Lab53.6133-6.5552-3.3523
CIE-Lab60.5549-4.5259-7.5331

#82959f color RGB value is (130,149,159).

#82959f hex color red value is 130, green value is 149 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #82959f hue: 0.56 , saturation: 0.13 and the lightness value of 82959f is 0.57.

The process color (four color CMYK) of #82959f color hex is 0.18, 0.06, 0.00, 0.38. Web safe color of #82959f is #999999. Color #82959f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010101 10011111
Octal 202 225 237
Decimal 130 149 159
Hex 82 95 9F

RGB Percentages of Color #82959f

%29.68
%34.02
%36.30

CMYK Percentages of Color #82959f

%18
%6
%0
%38

Triadic Colors of #82959f

#82959f #9f8295 #959f82

Analogous Colors of #82959f

#82959f #82879f #829f9b

Monochromatic Colors of #82959f

#82959f

Complementary Color

#82959f #9f8c82

#82959f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82959f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82959f Color CSS Codes

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

#82959f Text Font Color

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

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


#82959f Background Color

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

This div background color is #82959f


#82959f Border Color

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

This div border color is #82959f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,149,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82959f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82959f;
  -webkit-box-shadow: 1px 1px 3px 2px #82959f;
  box-shadow:         1px 1px 3px 2px #82959f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82959f


Comments

No comments written yet.

Please login to write comment.