Color Hex Logo

#999989 Color Hex

#999989
(153,153,137)
0 Favorites   0 Comments

Color spaces of #999989

RGB 153153137
HSL0.170.070.57
HSV60°10°60°
CMYK 0.000.000.10   0.40
XYZ29.043531.360928.1894
Yxy31.36090.32780.3540
Hunter Lab56.0008-5.42669.3555
CIE-Lab62.8111-2.92788.4120

#999989 color RGB value is (153,153,137).

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

The process color (four color CMYK) of #999989 color hex is 0.00, 0.00, 0.10, 0.40. Web safe color of #999989 is #999999. Color #999989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011001 10001001
Octal 231 231 211
Decimal 153 153 137
Hex 99 99 89

RGB Percentages of Color #999989

%34.54
%34.54
%30.93

CMYK Percentages of Color #999989

%0
%0
%10
%40

Triadic Colors of #999989

#999989 #899999 #998999

Analogous Colors of #999989

#999989 #919989 #999189

Monochromatic Colors of #999989

#999989

Complementary Color

#999989 #898999

#999989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999989 Color CSS Codes

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

#999989 Text Font Color

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

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


#999989 Background Color

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

This div background color is #999989


#999989 Border Color

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

This div border color is #999989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999989


Comments

No comments written yet.

Please login to write comment.