Color Hex Logo

#886808 Color Hex

#886808
(136,104,8)
0 Favorites   0 Comments

Color spaces of #886808

RGB 1361048
HSL0.130.890.28
HSV45°94°53°
CMYK 0.000.240.94   0.47
XYZ15.147515.15242.3561
Yxy15.15240.46390.4640
Hunter Lab38.92611.339923.6596
CIE-Lab45.84224.522950.8921

#886808 color RGB value is (136,104,8).

#886808 hex color red value is 136, green value is 104 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #886808 hue: 0.13 , saturation: 0.89 and the lightness value of 886808 is 0.28.

The process color (four color CMYK) of #886808 color hex is 0.00, 0.24, 0.94, 0.47. Web safe color of #886808 is #996600. Color #886808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101000 00001000
Octal 210 150 10
Decimal 136 104 8
Hex 88 68 8

RGB Percentages of Color #886808

%54.84
%41.94
%3.23

CMYK Percentages of Color #886808

%0
%24
%94
%47

Triadic Colors of #886808

#886808 #088868 #680888

Analogous Colors of #886808

#886808 #688808 #882808

Monochromatic Colors of #886808

#886808

Complementary Color

#886808 #082888

#886808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886808 Color CSS Codes

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

#886808 Text Font Color

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

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


#886808 Background Color

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

This div background color is #886808


#886808 Border Color

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

This div border color is #886808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886808


Comments

No comments written yet.

Please login to write comment.