Color Hex Logo

#88865a Color Hex

#88865A
(136,134,90)
0 Favorites   0 Comments

Color spaces of #88865a

RGB 13613490
HSL0.160.200.44
HSV57°34°53°
CMYK 0.000.010.34   0.47
XYZ20.523923.022613.0349
Yxy23.02260.36270.4069
Hunter Lab47.9819-7.616217.4804
CIE-Lab55.0956-6.477024.0084

#88865a color RGB value is (136,134,90).

#88865a hex color red value is 136, green value is 134 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #88865a hue: 0.16 , saturation: 0.20 and the lightness value of 88865a is 0.44.

The process color (four color CMYK) of #88865a color hex is 0.00, 0.01, 0.34, 0.47. Web safe color of #88865a is #999966. Color #88865a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000110 01011010
Octal 210 206 132
Decimal 136 134 90
Hex 88 86 5A

RGB Percentages of Color #88865a

%37.78
%37.22
%25.00

CMYK Percentages of Color #88865a

%0
%1
%34
%47

Triadic Colors of #88865a

#88865a #5a8886 #865a88

Analogous Colors of #88865a

#88865a #73885a #886f5a

Monochromatic Colors of #88865a

#88865a

Complementary Color

#88865a #5a5c88

#88865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88865a Color CSS Codes

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

#88865a Text Font Color

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

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


#88865a Background Color

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

This div background color is #88865a


#88865a Border Color

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

This div border color is #88865a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,134,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88865a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88865a;
  -webkit-box-shadow: 1px 1px 3px 2px #88865a;
  box-shadow:         1px 1px 3px 2px #88865a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88865a


Comments

No comments written yet.

Please login to write comment.