Color Hex Logo

#9fbaac Color Hex

#9FBAAC
(159,186,172)
0 Favorites   0 Comments

Color spaces of #9fbaac

RGB 159186172
HSL0.410.160.68
HSV149°15°73°
CMYK 0.150.000.08   0.27
XYZ39.303445.467345.7343
Yxy45.46730.30120.3484
Hunter Lab67.4294-13.95716.9869
CIE-Lab73.1985-11.96994.0094

#9fbaac color RGB value is (159,186,172).

#9fbaac hex color red value is 159, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9fbaac hue: 0.41 , saturation: 0.16 and the lightness value of 9fbaac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 10101100
Octal 237 272 254
Decimal 159 186 172
Hex 9F BA AC

RGB Percentages of Color #9fbaac

%30.75
%35.98
%33.27

CMYK Percentages of Color #9fbaac

%15
%0
%8
%27

Triadic Colors of #9fbaac

#9fbaac #ac9fba #baac9f

Analogous Colors of #9fbaac

#9fbaac #9fbaba #a0ba9f

Monochromatic Colors of #9fbaac

#9fbaac

Complementary Color

#9fbaac #ba9fad

#9fbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbaac Color CSS Codes

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

#9fbaac Text Font Color

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

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


#9fbaac Background Color

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

This div background color is #9fbaac


#9fbaac Border Color

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

This div border color is #9fbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbaac


Comments

No comments written yet.

Please login to write comment.