Color Hex Logo

#829a58 Color Hex

#829A58
(130,154,88)
0 Favorites   0 Comments

Color spaces of #829a58

RGB 13015488
HSL0.230.270.47
HSV82°43°60°
CMYK 0.160.000.43   0.40
XYZ22.523028.561613.5584
Yxy28.56160.34840.4418
Hunter Lab53.4431-18.298422.3684
CIE-Lab60.3928-19.870331.8391

#829a58 color RGB value is (130,154,88).

#829a58 hex color red value is 130, green value is 154 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #829a58 hue: 0.23 , saturation: 0.27 and the lightness value of 829a58 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011010 01011000
Octal 202 232 130
Decimal 130 154 88
Hex 82 9A 58

RGB Percentages of Color #829a58

%34.95
%41.40
%23.66

CMYK Percentages of Color #829a58

%16
%0
%43
%40

Triadic Colors of #829a58

#829a58 #58829a #9a5882

Analogous Colors of #829a58

#829a58 #619a58 #9a9158

Monochromatic Colors of #829a58

#829a58

Complementary Color

#829a58 #70589a

#829a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829a58 Color CSS Codes

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

#829a58 Text Font Color

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

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


#829a58 Background Color

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

This div background color is #829a58


#829a58 Border Color

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

This div border color is #829a58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829a58


Comments

No comments written yet.

Please login to write comment.