Color Hex Logo

#9fb9aa Color Hex

#9FB9AA
(159,185,170)
0 Favorites   0 Comments

Color spaces of #9fb9aa

RGB 159185170
HSL0.400.160.67
HSV145°14°73°
CMYK 0.140.000.08   0.27
XYZ38.902744.971144.6601
Yxy44.97110.30270.3499
Hunter Lab67.0605-13.80567.4571
CIE-Lab72.8729-11.83644.6298

#9fb9aa color RGB value is (159,185,170).

#9fb9aa hex color red value is 159, green value is 185 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9fb9aa hue: 0.40 , saturation: 0.16 and the lightness value of 9fb9aa is 0.67.

The process color (four color CMYK) of #9fb9aa color hex is 0.14, 0.00, 0.08, 0.27. Web safe color of #9fb9aa is #99cc99. Color #9fb9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111001 10101010
Octal 237 271 252
Decimal 159 185 170
Hex 9F B9 AA

RGB Percentages of Color #9fb9aa

%30.93
%35.99
%33.07

CMYK Percentages of Color #9fb9aa

%14
%0
%8
%27

Triadic Colors of #9fb9aa

#9fb9aa #aa9fb9 #b9aa9f

Analogous Colors of #9fb9aa

#9fb9aa #9fb9b7 #a1b99f

Monochromatic Colors of #9fb9aa

#9fb9aa

Complementary Color

#9fb9aa #b99fae

#9fb9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb9aa Color CSS Codes

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

#9fb9aa Text Font Color

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

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


#9fb9aa Background Color

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

This div background color is #9fb9aa


#9fb9aa Border Color

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

This div border color is #9fb9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb9aa


Comments

No comments written yet.

Please login to write comment.