Color Hex Logo

#989972 Color Hex

#989972
(152,153,114)
0 Favorites   0 Comments

Color spaces of #989972

RGB 152153114
HSL0.170.160.52
HSV62°25°60°
CMYK 0.010.000.25   0.40
XYZ27.377430.672820.3971
Yxy30.67280.34900.3910
Hunter Lab55.3830-8.682716.9321
CIE-Lab62.2304-6.991920.4432

#989972 color RGB value is (152,153,114).

#989972 hex color red value is 152, green value is 153 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #989972 hue: 0.17 , saturation: 0.16 and the lightness value of 989972 is 0.52.

The process color (four color CMYK) of #989972 color hex is 0.01, 0.00, 0.25, 0.40. Web safe color of #989972 is #999966. Color #989972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011001 01110010
Octal 230 231 162
Decimal 152 153 114
Hex 98 99 72

RGB Percentages of Color #989972

%36.28
%36.52
%27.21

CMYK Percentages of Color #989972

%1
%0
%25
%40

Triadic Colors of #989972

#989972 #729899 #997298

Analogous Colors of #989972

#989972 #859972 #998772

Monochromatic Colors of #989972

#989972

Complementary Color

#989972 #737299

#989972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989972 Color CSS Codes

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

#989972 Text Font Color

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

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


#989972 Background Color

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

This div background color is #989972


#989972 Border Color

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

This div border color is #989972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989972


Comments

No comments written yet.

Please login to write comment.