Color Hex Logo

#829758 Color Hex

#829758
(130,151,88)
0 Favorites   0 Comments

Color spaces of #829758

RGB 13015188
HSL0.220.260.47
HSV80°42°59°
CMYK 0.140.000.42   0.41
XYZ22.034027.583613.3954
Yxy27.58360.34970.4377
Hunter Lab52.5201-17.023221.6420
CIE-Lab59.5107-18.323930.7201

#829758 color RGB value is (130,151,88).

#829758 hex color red value is 130, green value is 151 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #829758 hue: 0.22 , saturation: 0.26 and the lightness value of 829758 is 0.47.

The process color (four color CMYK) of #829758 color hex is 0.14, 0.00, 0.42, 0.41. Web safe color of #829758 is #999966. Color #829758 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010111 01011000
Octal 202 227 130
Decimal 130 151 88
Hex 82 97 58

RGB Percentages of Color #829758

%35.23
%40.92
%23.85

CMYK Percentages of Color #829758

%14
%0
%42
%41

Triadic Colors of #829758

#829758 #588297 #975882

Analogous Colors of #829758

#829758 #639758 #978d58

Monochromatic Colors of #829758

#829758

Complementary Color

#829758 #6d5897

#829758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829758 Color CSS Codes

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

#829758 Text Font Color

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

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


#829758 Background Color

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

This div background color is #829758


#829758 Border Color

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

This div border color is #829758


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,151,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 #829758">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829758


Comments

No comments written yet.

Please login to write comment.