Color Hex Logo

#88967a Color Hex

#88967A
(136,150,122)
0 Favorites   0 Comments

Color spaces of #88967a

RGB 136150122
HSL0.250.120.53
HSV90°19°59°
CMYK 0.090.000.19   0.41
XYZ24.572528.452122.6090
Yxy28.45210.32490.3762
Hunter Lab53.3405-11.115912.2076
CIE-Lab60.2950-10.335113.1107

#88967a color RGB value is (136,150,122).

#88967a hex color red value is 136, green value is 150 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #88967a hue: 0.25 , saturation: 0.12 and the lightness value of 88967a is 0.53.

The process color (four color CMYK) of #88967a color hex is 0.09, 0.00, 0.19, 0.41. Web safe color of #88967a is #999966. Color #88967a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010110 01111010
Octal 210 226 172
Decimal 136 150 122
Hex 88 96 7A

RGB Percentages of Color #88967a

%33.33
%36.76
%29.90

CMYK Percentages of Color #88967a

%9
%0
%19
%41

Triadic Colors of #88967a

#88967a #7a8896 #967a88

Analogous Colors of #88967a

#88967a #7a967a #96967a

Monochromatic Colors of #88967a

#88967a

Complementary Color

#88967a #887a96

#88967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88967a Color CSS Codes

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

#88967a Text Font Color

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

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


#88967a Background Color

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

This div background color is #88967a


#88967a Border Color

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

This div border color is #88967a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88967a


Comments

No comments written yet.

Please login to write comment.