Color Hex Logo

#97a99a Color Hex

#97A99A
(151,169,154)
0 Favorites   0 Comments

Color spaces of #97a99a

RGB 151169154
HSL0.360.090.63
HSV130°11°66°
CMYK 0.110.000.09   0.34
XYZ32.783237.288336.0414
Yxy37.28830.30890.3514
Hunter Lab61.0641-11.03197.7506
CIE-Lab67.4928-9.23225.6037

#97a99a color RGB value is (151,169,154).

#97a99a hex color red value is 151, green value is 169 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #97a99a hue: 0.36 , saturation: 0.09 and the lightness value of 97a99a is 0.63.

The process color (four color CMYK) of #97a99a color hex is 0.11, 0.00, 0.09, 0.34. Web safe color of #97a99a is #999999. Color #97a99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101001 10011010
Octal 227 251 232
Decimal 151 169 154
Hex 97 A9 9A

RGB Percentages of Color #97a99a

%31.86
%35.65
%32.49

CMYK Percentages of Color #97a99a

%11
%0
%9
%34

Triadic Colors of #97a99a

#97a99a #9a97a9 #a99a97

Analogous Colors of #97a99a

#97a99a #97a9a3 #9da997

Monochromatic Colors of #97a99a

#97a99a

Complementary Color

#97a99a #a997a6

#97a99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97a99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97a99a Color CSS Codes

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

#97a99a Text Font Color

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

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


#97a99a Background Color

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

This div background color is #97a99a


#97a99a Border Color

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

This div border color is #97a99a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,169,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97a99a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97a99a;
  -webkit-box-shadow: 1px 1px 3px 2px #97a99a;
  box-shadow:         1px 1px 3px 2px #97a99a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97a99a

#97a99a Color Palettes


Comments

No comments written yet.

Please login to write comment.