Color Hex Logo

#82880f Color Hex

#82880F
(130,136,15)
0 Favorites   0 Comments

Color spaces of #82880f

RGB 13013615
HSL0.170.800.30
HSV63°89°53°
CMYK 0.040.000.89   0.47
XYZ18.096322.38863.8196
Yxy22.38860.40850.5053
Hunter Lab47.3166-14.536528.3355
CIE-Lab54.4369-15.964455.9719

#82880f color RGB value is (130,136,15).

#82880f hex color red value is 130, green value is 136 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #82880f hue: 0.17 , saturation: 0.80 and the lightness value of 82880f is 0.30.

The process color (four color CMYK) of #82880f color hex is 0.04, 0.00, 0.89, 0.47. Web safe color of #82880f is #999900. Color #82880f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 00001111
Octal 202 210 17
Decimal 130 136 15
Hex 82 88 F

RGB Percentages of Color #82880f

%46.26
%48.40
%5.34

CMYK Percentages of Color #82880f

%4
%0
%89
%47

Triadic Colors of #82880f

#82880f #0f8288 #880f82

Analogous Colors of #82880f

#82880f #45880f #88520f

Monochromatic Colors of #82880f

#82880f

Complementary Color

#82880f #150f88

#82880f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82880f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82880f Color CSS Codes

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

#82880f Text Font Color

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

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


#82880f Background Color

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

This div background color is #82880f


#82880f Border Color

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

This div border color is #82880f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82880f


Comments

No comments written yet.

Please login to write comment.