Color Hex Logo

#818716 Color Hex

#818716
(129,135,22)
0 Favorites   0 Comments

Color spaces of #818716

RGB 12913522
HSL0.180.720.31
HSV63°84°53°
CMYK 0.040.000.84   0.47
XYZ17.862122.05304.0743
Yxy22.05300.40610.5013
Hunter Lab46.9606-14.286227.7284
CIE-Lab54.0832-15.686053.9380

#818716 color RGB value is (129,135,22).

#818716 hex color red value is 129, green value is 135 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #818716 hue: 0.18 , saturation: 0.72 and the lightness value of 818716 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000111 00010110
Octal 201 207 26
Decimal 129 135 22
Hex 81 87 16

RGB Percentages of Color #818716

%45.10
%47.20
%7.69

CMYK Percentages of Color #818716

%4
%0
%84
%47

Triadic Colors of #818716

#818716 #168187 #871681

Analogous Colors of #818716

#818716 #498716 #875416

Monochromatic Colors of #818716

#818716

Complementary Color

#818716 #1c1687

#818716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818716 Color CSS Codes

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

#818716 Text Font Color

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

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


#818716 Background Color

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

This div background color is #818716


#818716 Border Color

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

This div border color is #818716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,135,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #818716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #818716;
  -webkit-box-shadow: 1px 1px 3px 2px #818716;
  box-shadow:         1px 1px 3px 2px #818716; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818716


Comments

No comments written yet.

Please login to write comment.