Color Hex Logo

#829d99 Color Hex

#829D99
(130,157,153)
0 Favorites   0 Comments

Color spaces of #829d99

RGB 130157153
HSL0.480.120.56
HSV171°17°62°
CMYK 0.170.000.03   0.38
XYZ27.012731.159734.7277
Yxy31.15970.29080.3354
Hunter Lab55.8209-11.30722.1887
CIE-Lab62.6422-10.2396-1.0576

#829d99 color RGB value is (130,157,153).

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

The process color (four color CMYK) of #829d99 color hex is 0.17, 0.00, 0.03, 0.38. Web safe color of #829d99 is #999999. Color #829d99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011101 10011001
Octal 202 235 231
Decimal 130 157 153
Hex 82 9D 99

RGB Percentages of Color #829d99

%29.55
%35.68
%34.77

CMYK Percentages of Color #829d99

%17
%0
%3
%38

Triadic Colors of #829d99

#829d99 #99829d #9d9982

Analogous Colors of #829d99

#829d99 #82949d #829d8c

Monochromatic Colors of #829d99

#829d99

Complementary Color

#829d99 #9d8286

#829d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829d99 Color CSS Codes

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

#829d99 Text Font Color

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

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


#829d99 Background Color

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

This div background color is #829d99


#829d99 Border Color

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

This div border color is #829d99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829d99


Comments

No comments written yet.

Please login to write comment.