Color Hex Logo

#97ab8f Color Hex

#97AB8F
(151,171,143)
1 Favorites   0 Comments

Color spaces of #97ab8f

RGB 151171143
HSL0.290.140.62
HSV103°16°67°
CMYK 0.120.000.16   0.33
XYZ32.283337.688331.5597
Yxy37.68830.31800.3712
Hunter Lab61.3908-13.566912.4938
CIE-Lab67.7903-12.306012.1067

#97ab8f color RGB value is (151,171,143).

#97ab8f hex color red value is 151, green value is 171 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #97ab8f hue: 0.29 , saturation: 0.14 and the lightness value of 97ab8f is 0.62.

The process color (four color CMYK) of #97ab8f color hex is 0.12, 0.00, 0.16, 0.33. Web safe color of #97ab8f is #999999. Color #97ab8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101011 10001111
Octal 227 253 217
Decimal 151 171 143
Hex 97 AB 8F

RGB Percentages of Color #97ab8f

%32.47
%36.77
%30.75

CMYK Percentages of Color #97ab8f

%12
%0
%16
%33

Triadic Colors of #97ab8f

#97ab8f #8f97ab #ab8f97

Analogous Colors of #97ab8f

#97ab8f #8fab95 #a5ab8f

Monochromatic Colors of #97ab8f

#97ab8f

Complementary Color

#97ab8f #a38fab

#97ab8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ab8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ab8f Color CSS Codes

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

#97ab8f Text Font Color

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

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


#97ab8f Background Color

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

This div background color is #97ab8f


#97ab8f Border Color

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

This div border color is #97ab8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ab8f


Comments

No comments written yet.

Please login to write comment.