Color Hex Logo

#89998d Color Hex

#89998D
(137,153,141)
0 Favorites   0 Comments

Color spaces of #89998d

RGB 137153141
HSL0.380.070.57
HSV135°10°60°
CMYK 0.100.000.08   0.40
XYZ26.515530.023929.5970
Yxy30.02390.30780.3486
Hunter Lab54.7941-9.51146.3304
CIE-Lab61.6748-8.09934.3656

#89998d color RGB value is (137,153,141).

#89998d hex color red value is 137, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #89998d hue: 0.38 , saturation: 0.07 and the lightness value of 89998d is 0.57.

The process color (four color CMYK) of #89998d color hex is 0.10, 0.00, 0.08, 0.40. Web safe color of #89998d is #999999. Color #89998d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011001 10001101
Octal 211 231 215
Decimal 137 153 141
Hex 89 99 8D

RGB Percentages of Color #89998d

%31.79
%35.50
%32.71

CMYK Percentages of Color #89998d

%10
%0
%8
%40

Triadic Colors of #89998d

#89998d #8d8999 #998d89

Analogous Colors of #89998d

#89998d #899995 #8d9989

Monochromatic Colors of #89998d

#89998d

Complementary Color

#89998d #998995

#89998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89998d Color CSS Codes

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

#89998d Text Font Color

<p style="color:#89998d">Text here</p>

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


#89998d Background Color

<div style="background-color:#89998d">
Div content here</div>

This div background color is #89998d


#89998d Border Color

<div style="border:3px solid #89998d">
Div here</div>

This div border color is #89998d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,153,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89998d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89998d;
  -webkit-box-shadow: 1px 1px 3px 2px #89998d;
  box-shadow:         1px 1px 3px 2px #89998d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,153,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89998d


Comments

No comments written yet.

Please login to write comment.