Color Hex Logo

#988973 Color Hex

#988973
(152,137,115)
0 Favorites   0 Comments

Color spaces of #988973

RGB 152137115
HSL0.100.150.52
HSV36°24°60°
CMYK 0.000.100.24   0.40
XYZ24.989125.804519.8834
Yxy25.80450.35360.3651
Hunter Lab50.7981-1.087312.3514
CIE-Lab57.85101.989313.8613

#988973 color RGB value is (152,137,115).

#988973 hex color red value is 152, green value is 137 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #988973 hue: 0.10 , saturation: 0.15 and the lightness value of 988973 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001001 01110011
Octal 230 211 163
Decimal 152 137 115
Hex 98 89 73

RGB Percentages of Color #988973

%37.62
%33.91
%28.47

CMYK Percentages of Color #988973

%0
%10
%24
%40

Triadic Colors of #988973

#988973 #739889 #897398

Analogous Colors of #988973

#988973 #959873 #987773

Monochromatic Colors of #988973

#988973

Complementary Color

#988973 #738298

#988973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988973 Color CSS Codes

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

#988973 Text Font Color

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

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


#988973 Background Color

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

This div background color is #988973


#988973 Border Color

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

This div border color is #988973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988973


Comments

No comments written yet.

Please login to write comment.