Color Hex Logo

#88800f Color Hex

#88800F
(136,128,15)
0 Favorites   0 Comments

Color spaces of #88800f

RGB 13612815
HSL0.160.800.30
HSV56°89°53°
CMYK 0.000.060.89   0.47
XYZ17.958720.70713.5023
Yxy20.70710.42590.4911
Hunter Lab45.5051-9.188327.2903
CIE-Lab52.6274-8.895854.7177

#88800f color RGB value is (136,128,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 00001111
Octal 210 200 17
Decimal 136 128 15
Hex 88 80 F

RGB Percentages of Color #88800f

%48.75
%45.88
%5.38

CMYK Percentages of Color #88800f

%0
%6
%89
%47

Triadic Colors of #88800f

#88800f #0f8880 #800f88

Analogous Colors of #88800f

#88800f #54880f #88440f

Monochromatic Colors of #88800f

#88800f

Complementary Color

#88800f #0f1788

#88800f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88800f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88800f Color CSS Codes

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

#88800f Text Font Color

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

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


#88800f Background Color

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

This div background color is #88800f


#88800f Border Color

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

This div border color is #88800f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88800f


Comments

No comments written yet.

Please login to write comment.