Color Hex Logo

#828005 Color Hex

#828005
(130,128,5)
0 Favorites   0 Comments

Color spaces of #828005

RGB 1301285
HSL0.160.930.26
HSV59°96°51°
CMYK 0.000.020.96   0.49
XYZ16.952520.19513.1481
Yxy20.19510.42070.5012
Hunter Lab44.9390-11.306927.3038
CIE-Lab52.0571-11.899155.9552

#828005 color RGB value is (130,128,5).

#828005 hex color red value is 130, green value is 128 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #828005 hue: 0.16 , saturation: 0.93 and the lightness value of 828005 is 0.26.

The process color (four color CMYK) of #828005 color hex is 0.00, 0.02, 0.96, 0.49. Web safe color of #828005 is #999900. Color #828005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 00000101
Octal 202 200 5
Decimal 130 128 5
Hex 82 80 5

RGB Percentages of Color #828005

%49.43
%48.67
%1.90

CMYK Percentages of Color #828005

%0
%2
%96
%49

Triadic Colors of #828005

#828005 #058280 #800582

Analogous Colors of #828005

#828005 #468205 #824205

Monochromatic Colors of #828005

#828005

Complementary Color

#828005 #050782

#828005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828005 Color CSS Codes

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

#828005 Text Font Color

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

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


#828005 Background Color

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

This div background color is #828005


#828005 Border Color

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

This div border color is #828005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828005


Comments

No comments written yet.

Please login to write comment.