Color Hex Logo

#88680f Color Hex

#88680F
(136,104,15)
0 Favorites   0 Comments

Color spaces of #88680f

RGB 13610415
HSL0.120.800.30
HSV44°89°53°
CMYK 0.000.240.89   0.47
XYZ15.189915.16942.5793
Yxy15.16940.46120.4605
Hunter Lab38.94791.457123.3371
CIE-Lab45.86534.675949.2249

#88680f color RGB value is (136,104,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101000 00001111
Octal 210 150 17
Decimal 136 104 15
Hex 88 68 F

RGB Percentages of Color #88680f

%53.33
%40.78
%5.88

CMYK Percentages of Color #88680f

%0
%24
%89
%47

Triadic Colors of #88680f

#88680f #0f8868 #680f88

Analogous Colors of #88680f

#88680f #6c880f #882c0f

Monochromatic Colors of #88680f

#88680f

Complementary Color

#88680f #0f2f88

#88680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88680f Color CSS Codes

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

#88680f Text Font Color

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

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


#88680f Background Color

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

This div background color is #88680f


#88680f Border Color

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

This div border color is #88680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88680f


Comments

No comments written yet.

Please login to write comment.