Color Hex Logo

#829790 Color Hex

#829790
(130,151,144)
0 Favorites   0 Comments

Color spaces of #829790

RGB 130151144
HSL0.440.090.55
HSV160°14°59°
CMYK 0.140.000.05   0.41
XYZ25.306628.892730.6286
Yxy28.89270.29830.3406
Hunter Lab53.7519-10.02743.8421
CIE-Lab60.6868-8.88311.1741

#829790 color RGB value is (130,151,144).

#829790 hex color red value is 130, green value is 151 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #829790 hue: 0.44 , saturation: 0.09 and the lightness value of 829790 is 0.55.

The process color (four color CMYK) of #829790 color hex is 0.14, 0.00, 0.05, 0.41. Web safe color of #829790 is #999999. Color #829790 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010111 10010000
Octal 202 227 220
Decimal 130 151 144
Hex 82 97 90

RGB Percentages of Color #829790

%30.59
%35.53
%33.88

CMYK Percentages of Color #829790

%14
%0
%5
%41

Triadic Colors of #829790

#829790 #908297 #979082

Analogous Colors of #829790

#829790 #829497 #829786

Monochromatic Colors of #829790

#829790

Complementary Color

#829790 #978289

#829790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829790 Color CSS Codes

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

#829790 Text Font Color

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

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


#829790 Background Color

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

This div background color is #829790


#829790 Border Color

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

This div border color is #829790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829790


Comments

No comments written yet.

Please login to write comment.