Color Hex Logo

#828002 Color Hex

#828002
(130,128,2)
0 Favorites   0 Comments

Color spaces of #828002

RGB 1301282
HSL0.160.970.26
HSV59°98°51°
CMYK 0.000.020.98   0.49
XYZ16.936020.18863.0616
Yxy20.18860.42140.5024
Hunter Lab44.9317-11.349027.4123
CIE-Lab52.0498-11.959056.5100

#828002 color RGB value is (130,128,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000000 00000010
Octal 202 200 2
Decimal 130 128 2
Hex 82 80 2

RGB Percentages of Color #828002

%50.00
%49.23
%0.77

CMYK Percentages of Color #828002

%0
%2
%98
%49

Triadic Colors of #828002

#828002 #028280 #800282

Analogous Colors of #828002

#828002 #448202 #824002

Monochromatic Colors of #828002

#828002

Complementary Color

#828002 #020482

#828002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828002 Color CSS Codes

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

#828002 Text Font Color

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

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


#828002 Background Color

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

This div background color is #828002


#828002 Border Color

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

This div border color is #828002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828002


Comments

No comments written yet.

Please login to write comment.