Color Hex Logo

#9fab97 Color Hex

#9FAB97
(159,171,151)
0 Favorites   0 Comments

Color spaces of #9fab97

RGB 159171151
HSL0.270.110.63
HSV96°12°67°
CMYK 0.070.000.12   0.33
XYZ34.446938.731134.9385
Yxy38.73110.31860.3582
Hunter Lab62.2343-10.109710.2785
CIE-Lab68.5560-7.98128.8627

#9fab97 color RGB value is (159,171,151).

#9fab97 hex color red value is 159, green value is 171 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #9fab97 hue: 0.27 , saturation: 0.11 and the lightness value of 9fab97 is 0.63.

The process color (four color CMYK) of #9fab97 color hex is 0.07, 0.00, 0.12, 0.33. Web safe color of #9fab97 is #999999. Color #9fab97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101011 10010111
Octal 237 253 227
Decimal 159 171 151
Hex 9F AB 97

RGB Percentages of Color #9fab97

%33.06
%35.55
%31.39

CMYK Percentages of Color #9fab97

%7
%0
%12
%33

Triadic Colors of #9fab97

#9fab97 #979fab #ab979f

Analogous Colors of #9fab97

#9fab97 #97ab99 #a9ab97

Monochromatic Colors of #9fab97

#9fab97

Complementary Color

#9fab97 #a397ab

#9fab97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fab97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fab97 Color CSS Codes

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

#9fab97 Text Font Color

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

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


#9fab97 Background Color

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

This div background color is #9fab97


#9fab97 Border Color

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

This div border color is #9fab97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fab97


Comments

No comments written yet.

Please login to write comment.