Color Hex Logo

#9fbcac Color Hex

#9FBCAC
(159,188,172)
0 Favorites   0 Comments

Color spaces of #9fbcac

RGB 159188172
HSL0.410.180.68
HSV147°15°74°
CMYK 0.150.000.09   0.26
XYZ39.727746.315945.8757
Yxy46.31590.30120.3511
Hunter Lab68.0558-14.89797.6723
CIE-Lab73.7500-13.01144.8061

#9fbcac color RGB value is (159,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 10101100
Octal 237 274 254
Decimal 159 188 172
Hex 9F BC AC

RGB Percentages of Color #9fbcac

%30.64
%36.22
%33.14

CMYK Percentages of Color #9fbcac

%15
%0
%9
%26

Triadic Colors of #9fbcac

#9fbcac #ac9fbc #bcac9f

Analogous Colors of #9fbcac

#9fbcac #9fbcbb #a1bc9f

Monochromatic Colors of #9fbcac

#9fbcac

Complementary Color

#9fbcac #bc9faf

#9fbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcac Color CSS Codes

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

#9fbcac Text Font Color

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

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


#9fbcac Background Color

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

This div background color is #9fbcac


#9fbcac Border Color

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

This div border color is #9fbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcac


Comments

No comments written yet.

Please login to write comment.