Color Hex Logo

#97aa9a Color Hex

#97AA9A
(151,170,154)
0 Favorites   0 Comments

Color spaces of #97aa9a

RGB 151170154
HSL0.360.100.63
HSV129°11°67°
CMYK 0.110.000.09   0.33
XYZ32.970037.661936.1036
Yxy37.66190.30890.3529
Hunter Lab61.3693-11.49908.0782
CIE-Lab67.7707-9.76546.0033

#97aa9a color RGB value is (151,170,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 10011010
Octal 227 252 232
Decimal 151 170 154
Hex 97 AA 9A

RGB Percentages of Color #97aa9a

%31.79
%35.79
%32.42

CMYK Percentages of Color #97aa9a

%11
%0
%9
%33

Triadic Colors of #97aa9a

#97aa9a #9a97aa #aa9a97

Analogous Colors of #97aa9a

#97aa9a #97aaa4 #9eaa97

Monochromatic Colors of #97aa9a

#97aa9a

Complementary Color

#97aa9a #aa97a7

#97aa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aa9a Color CSS Codes

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

#97aa9a Text Font Color

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

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


#97aa9a Background Color

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

This div background color is #97aa9a


#97aa9a Border Color

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

This div border color is #97aa9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,170,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 #97aa9a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aa9a


Comments

No comments written yet.

Please login to write comment.