Color Hex Logo

#829b03 Color Hex

#829B03
(130,155,3)
0 Favorites   0 Comments

Color spaces of #829b03

RGB 1301553
HSL0.190.960.31
HSV70°98°61°
CMYK 0.160.000.98   0.39
XYZ20.943728.19514.4245
Yxy28.19510.39100.5264
Hunter Lab53.0991-22.518132.2290
CIE-Lab60.0646-25.863662.3866

#829b03 color RGB value is (130,155,3).

#829b03 hex color red value is 130, green value is 155 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #829b03 hue: 0.19 , saturation: 0.96 and the lightness value of 829b03 is 0.31.

The process color (four color CMYK) of #829b03 color hex is 0.16, 0.00, 0.98, 0.39. Web safe color of #829b03 is #999900. Color #829b03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10011011 00000011
Octal 202 233 3
Decimal 130 155 3
Hex 82 9B 3

RGB Percentages of Color #829b03

%45.14
%53.82
%1.04

CMYK Percentages of Color #829b03

%16
%0
%98
%39

Triadic Colors of #829b03

#829b03 #03829b #9b0382

Analogous Colors of #829b03

#829b03 #369b03 #9b6803

Monochromatic Colors of #829b03

#829b03

Complementary Color

#829b03 #1c039b

#829b03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829b03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829b03 Color CSS Codes

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

#829b03 Text Font Color

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

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


#829b03 Background Color

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

This div background color is #829b03


#829b03 Border Color

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

This div border color is #829b03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829b03


Comments

No comments written yet.

Please login to write comment.