Color Hex Logo

#888016 Color Hex

#888016
(136,128,22)
0 Favorites   0 Comments

Color spaces of #888016

RGB 13612822
HSL0.150.720.31
HSV56°84°53°
CMYK 0.000.060.84   0.47
XYZ18.017320.73053.8108
Yxy20.73050.42340.4871
Hunter Lab45.5308-9.043326.9091
CIE-Lab52.6533-8.695552.9470

#888016 color RGB value is (136,128,22).

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

The process color (four color CMYK) of #888016 color hex is 0.00, 0.06, 0.84, 0.47. Web safe color of #888016 is #999900. Color #888016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 00010110
Octal 210 200 26
Decimal 136 128 22
Hex 88 80 16

RGB Percentages of Color #888016

%47.55
%44.76
%7.69

CMYK Percentages of Color #888016

%0
%6
%84
%47

Triadic Colors of #888016

#888016 #168880 #801688

Analogous Colors of #888016

#888016 #578816 #884716

Monochromatic Colors of #888016

#888016

Complementary Color

#888016 #161e88

#888016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888016 Color CSS Codes

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

#888016 Text Font Color

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

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


#888016 Background Color

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

This div background color is #888016


#888016 Border Color

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

This div border color is #888016


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,128,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 #888016">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888016


Comments

No comments written yet.

Please login to write comment.