Color Hex Logo

#88995a Color Hex

#88995A
(136,153,90)
0 Favorites   0 Comments

Color spaces of #88995a

RGB 13615390
HSL0.210.260.48
HSV76°41°60°
CMYK 0.110.000.41   0.40
XYZ23.390028.754913.9903
Yxy28.75490.35370.4348
Hunter Lab53.6236-15.981622.0679
CIE-Lab60.5647-16.691331.0862

#88995a color RGB value is (136,153,90).

#88995a hex color red value is 136, green value is 153 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #88995a hue: 0.21 , saturation: 0.26 and the lightness value of 88995a is 0.48.

The process color (four color CMYK) of #88995a color hex is 0.11, 0.00, 0.41, 0.40. Web safe color of #88995a is #999966. Color #88995a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011001 01011010
Octal 210 231 132
Decimal 136 153 90
Hex 88 99 5A

RGB Percentages of Color #88995a

%35.88
%40.37
%23.75

CMYK Percentages of Color #88995a

%11
%0
%41
%40

Triadic Colors of #88995a

#88995a #5a8899 #995a88

Analogous Colors of #88995a

#88995a #69995a #998b5a

Monochromatic Colors of #88995a

#88995a

Complementary Color

#88995a #6b5a99

#88995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88995a Color CSS Codes

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

#88995a Text Font Color

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

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


#88995a Background Color

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

This div background color is #88995a


#88995a Border Color

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

This div border color is #88995a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88995a


Comments

No comments written yet.

Please login to write comment.