Color Hex Logo

#828f0f Color Hex

#828F0F
(130,143,15)
0 Favorites   0 Comments

Color spaces of #828f0f

RGB 13014315
HSL0.180.810.31
HSV66°90°56°
CMYK 0.090.000.90   0.44
XYZ19.114624.42524.1590
Yxy24.42520.40070.5121
Hunter Lab49.4219-17.450929.6059
CIE-Lab56.5110-19.607357.6635

#828f0f color RGB value is (130,143,15).

#828f0f hex color red value is 130, green value is 143 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #828f0f hue: 0.18 , saturation: 0.81 and the lightness value of 828f0f is 0.31.

The process color (four color CMYK) of #828f0f color hex is 0.09, 0.00, 0.90, 0.44. Web safe color of #828f0f is #999900. Color #828f0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001111 00001111
Octal 202 217 17
Decimal 130 143 15
Hex 82 8F F

RGB Percentages of Color #828f0f

%45.14
%49.65
%5.21

CMYK Percentages of Color #828f0f

%9
%0
%90
%44

Triadic Colors of #828f0f

#828f0f #0f828f #8f0f82

Analogous Colors of #828f0f

#828f0f #428f0f #8f5c0f

Monochromatic Colors of #828f0f

#828f0f

Complementary Color

#828f0f #1c0f8f

#828f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#828f0f Color CSS Codes

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

#828f0f Text Font Color

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

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


#828f0f Background Color

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

This div background color is #828f0f


#828f0f Border Color

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

This div border color is #828f0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,143,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 #828f0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828f0f


Comments

No comments written yet.

Please login to write comment.