Color Hex Logo

#9fbbaa Color Hex

#9FBBAA
(159,187,170)
0 Favorites   0 Comments

Color spaces of #9fbbaa

RGB 159187170
HSL0.400.170.68
HSV144°15°73°
CMYK 0.150.000.09   0.27
XYZ39.324145.813944.8006
Yxy45.81390.30260.3526
Hunter Lab67.6860-14.74588.1368
CIE-Lab73.4246-12.87905.4255

#9fbbaa color RGB value is (159,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111011 10101010
Octal 237 273 252
Decimal 159 187 170
Hex 9F BB AA

RGB Percentages of Color #9fbbaa

%30.81
%36.24
%32.95

CMYK Percentages of Color #9fbbaa

%15
%0
%9
%27

Triadic Colors of #9fbbaa

#9fbbaa #aa9fbb #bbaa9f

Analogous Colors of #9fbbaa

#9fbbaa #9fbbb8 #a2bb9f

Monochromatic Colors of #9fbbaa

#9fbbaa

Complementary Color

#9fbbaa #bb9fb0

#9fbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbbaa Color CSS Codes

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

#9fbbaa Text Font Color

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

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


#9fbbaa Background Color

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

This div background color is #9fbbaa


#9fbbaa Border Color

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

This div border color is #9fbbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,187,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 #9fbbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbbaa


Comments

No comments written yet.

Please login to write comment.