Color Hex Logo

#829285 Color Hex

#829285
(130,146,133)
0 Favorites   0 Comments

Color spaces of #829285

RGB 130146133
HSL0.360.070.54
HSV131°11°57°
CMYK 0.110.000.09   0.43
XYZ23.718426.997126.1512
Yxy26.99710.30860.3512
Hunter Lab51.9587-9.44526.5300
CIE-Lab58.9716-8.36504.9416

#829285 color RGB value is (130,146,133).

#829285 hex color red value is 130, green value is 146 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #829285 hue: 0.36 , saturation: 0.07 and the lightness value of 829285 is 0.54.

The process color (four color CMYK) of #829285 color hex is 0.11, 0.00, 0.09, 0.43. Web safe color of #829285 is #999999. Color #829285 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010010 10000101
Octal 202 222 205
Decimal 130 146 133
Hex 82 92 85

RGB Percentages of Color #829285

%31.78
%35.70
%32.52

CMYK Percentages of Color #829285

%11
%0
%9
%43

Triadic Colors of #829285

#829285 #858292 #928582

Analogous Colors of #829285

#829285 #82928d #879282

Monochromatic Colors of #829285

#829285

Complementary Color

#829285 #92828f

#829285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829285 Color CSS Codes

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

#829285 Text Font Color

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

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


#829285 Background Color

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

This div background color is #829285


#829285 Border Color

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

This div border color is #829285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829285

#829285 Color Palettes


Comments

No comments written yet.

Please login to write comment.