Color Hex Logo

#829830 Color Hex

#829830
(130,152,48)
0 Favorites   0 Comments

Color spaces of #829830

RGB 13015248
HSL0.200.520.39
HSV73°68°60°
CMYK 0.140.000.68   0.40
XYZ20.967727.41576.9830
Yxy27.41570.37870.4952
Hunter Lab52.3600-20.149228.7448
CIE-Lab59.3571-22.699049.8707

#829830 color RGB value is (130,152,48).

#829830 hex color red value is 130, green value is 152 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #829830 hue: 0.20 , saturation: 0.52 and the lightness value of 829830 is 0.39.

The process color (four color CMYK) of #829830 color hex is 0.14, 0.00, 0.68, 0.40. Web safe color of #829830 is #999933. Color #829830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011000 00110000
Octal 202 230 60
Decimal 130 152 48
Hex 82 98 30

RGB Percentages of Color #829830

%39.39
%46.06
%14.55

CMYK Percentages of Color #829830

%14
%0
%68
%40

Triadic Colors of #829830

#829830 #308298 #983082

Analogous Colors of #829830

#829830 #4e9830 #987a30

Monochromatic Colors of #829830

#829830

Complementary Color

#829830 #463098

#829830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829830 Color CSS Codes

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

#829830 Text Font Color

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

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


#829830 Background Color

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

This div background color is #829830


#829830 Border Color

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

This div border color is #829830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829830


Comments

No comments written yet.

Please login to write comment.