Color Hex Logo

#97988e Color Hex

#97988E
(151,152,142)
0 Favorites   0 Comments

Color spaces of #97988e

RGB 151152142
HSL0.180.050.58
HSV66°60°
CMYK 0.010.000.07   0.40
XYZ28.873230.988830.0508
Yxy30.98880.32110.3447
Hunter Lab55.6676-4.83546.9610
CIE-Lab62.4982-2.23855.1264

#97988e color RGB value is (151,152,142).

#97988e hex color red value is 151, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #97988e hue: 0.18 , saturation: 0.05 and the lightness value of 97988e is 0.58.

The process color (four color CMYK) of #97988e color hex is 0.01, 0.00, 0.07, 0.40. Web safe color of #97988e is #999999. Color #97988e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011000 10001110
Octal 227 230 216
Decimal 151 152 142
Hex 97 98 8E

RGB Percentages of Color #97988e

%33.93
%34.16
%31.91

CMYK Percentages of Color #97988e

%1
%0
%7
%40

Triadic Colors of #97988e

#97988e #8e9798 #988e97

Analogous Colors of #97988e

#97988e #92988e #98948e

Monochromatic Colors of #97988e

#97988e

Complementary Color

#97988e #8f8e98

#97988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97988e Color CSS Codes

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

#97988e Text Font Color

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

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


#97988e Background Color

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

This div background color is #97988e


#97988e Border Color

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

This div border color is #97988e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,152,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97988e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97988e;
  -webkit-box-shadow: 1px 1px 3px 2px #97988e;
  box-shadow:         1px 1px 3px 2px #97988e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97988e


Comments

No comments written yet.

Please login to write comment.