Color Hex Logo

#88985f Color Hex

#88985F
(136,152,95)
0 Favorites   0 Comments

Color spaces of #88985f

RGB 13615295
HSL0.210.230.48
HSV77°38°60°
CMYK 0.110.000.38   0.40
XYZ23.447128.516915.0950
Yxy28.51690.34960.4253
Hunter Lab53.4012-15.077420.6213
CIE-Lab60.3529-15.523528.1316

#88985f color RGB value is (136,152,95).

#88985f hex color red value is 136, green value is 152 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #88985f hue: 0.21 , saturation: 0.23 and the lightness value of 88985f is 0.48.

The process color (four color CMYK) of #88985f color hex is 0.11, 0.00, 0.38, 0.40. Web safe color of #88985f is #999966. Color #88985f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011000 01011111
Octal 210 230 137
Decimal 136 152 95
Hex 88 98 5F

RGB Percentages of Color #88985f

%35.51
%39.69
%24.80

CMYK Percentages of Color #88985f

%11
%0
%38
%40

Triadic Colors of #88985f

#88985f #5f8898 #985f88

Analogous Colors of #88985f

#88985f #6c985f #988c5f

Monochromatic Colors of #88985f

#88985f

Complementary Color

#88985f #6f5f98

#88985f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88985f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88985f Color CSS Codes

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

#88985f Text Font Color

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

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


#88985f Background Color

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

This div background color is #88985f


#88985f Border Color

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

This div border color is #88985f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88985f


Comments

No comments written yet.

Please login to write comment.