Color Hex Logo

#829206 Color Hex

#829206
(130,146,6)
0 Favorites   0 Comments

Color spaces of #829206

RGB 1301466
HSL0.190.920.30
HSV67°96°57°
CMYK 0.110.000.96   0.43
XYZ19.517725.31674.0302
Yxy25.31670.39940.5181
Hunter Lab50.3157-18.811530.4720
CIE-Lab57.3827-21.319659.8690

#829206 color RGB value is (130,146,6).

#829206 hex color red value is 130, green value is 146 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #829206 hue: 0.19 , saturation: 0.92 and the lightness value of 829206 is 0.30.

The process color (four color CMYK) of #829206 color hex is 0.11, 0.00, 0.96, 0.43. Web safe color of #829206 is #999900. Color #829206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010010 00000110
Octal 202 222 6
Decimal 130 146 6
Hex 82 92 6

RGB Percentages of Color #829206

%46.10
%51.77
%2.13

CMYK Percentages of Color #829206

%11
%0
%96
%43

Triadic Colors of #829206

#829206 #068292 #920682

Analogous Colors of #829206

#829206 #3c9206 #925c06

Monochromatic Colors of #829206

#829206

Complementary Color

#829206 #160692

#829206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829206 Color CSS Codes

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

#829206 Text Font Color

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

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


#829206 Background Color

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

This div background color is #829206


#829206 Border Color

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

This div border color is #829206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829206


Comments

No comments written yet.

Please login to write comment.