Color Hex Logo

#9fbaad Color Hex

#9FBAAD
(159,186,173)
0 Favorites   0 Comments

Color spaces of #9fbaad

RGB 159186173
HSL0.420.160.68
HSV151°15°73°
CMYK 0.150.000.07   0.27
XYZ39.399845.505946.2421
Yxy45.50590.30040.3470
Hunter Lab67.4581-13.79626.5777
CIE-Lab73.2238-11.77443.5006

#9fbaad color RGB value is (159,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 10101101
Octal 237 272 255
Decimal 159 186 173
Hex 9F BA AD

RGB Percentages of Color #9fbaad

%30.69
%35.91
%33.40

CMYK Percentages of Color #9fbaad

%15
%0
%7
%27

Triadic Colors of #9fbaad

#9fbaad #ad9fba #baad9f

Analogous Colors of #9fbaad

#9fbaad #9fbaba #9fbaa0

Monochromatic Colors of #9fbaad

#9fbaad

Complementary Color

#9fbaad #ba9fac

#9fbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbaad Color CSS Codes

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

#9fbaad Text Font Color

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

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


#9fbaad Background Color

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

This div background color is #9fbaad


#9fbaad Border Color

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

This div border color is #9fbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbaad


Comments

No comments written yet.

Please login to write comment.