Color Hex Logo

#829a78 Color Hex

#829A78
(130,154,120)
0 Favorites   0 Comments

Color spaces of #829a78

RGB 130154120
HSL0.280.140.54
HSV102°22°60°
CMYK 0.160.000.22   0.40
XYZ24.151729.213122.1351
Yxy29.21310.31990.3869
Hunter Lab54.0491-14.823813.5530
CIE-Lab60.9692-15.070015.1065

#829a78 color RGB value is (130,154,120).

#829a78 hex color red value is 130, green value is 154 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #829a78 hue: 0.28 , saturation: 0.14 and the lightness value of 829a78 is 0.54.

The process color (four color CMYK) of #829a78 color hex is 0.16, 0.00, 0.22, 0.40. Web safe color of #829a78 is #999966. Color #829a78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 01111000
Octal 202 232 170
Decimal 130 154 120
Hex 82 9A 78

RGB Percentages of Color #829a78

%32.18
%38.12
%29.70

CMYK Percentages of Color #829a78

%16
%0
%22
%40

Triadic Colors of #829a78

#829a78 #78829a #9a7882

Analogous Colors of #829a78

#829a78 #789a7f #939a78

Monochromatic Colors of #829a78

#829a78

Complementary Color

#829a78 #90789a

#829a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829a78 Color CSS Codes

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

#829a78 Text Font Color

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

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


#829a78 Background Color

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

This div background color is #829a78


#829a78 Border Color

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

This div border color is #829a78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829a78


Comments

No comments written yet.

Please login to write comment.