Color Hex Logo

#9facbb Color Hex

#9FACBB
(159,172,187)
0 Favorites   0 Comments

Color spaces of #9facbb

RGB 159172187
HSL0.590.170.68
HSV212°15°73°
CMYK 0.150.080.00   0.27
XYZ38.020240.463852.8201
Yxy40.46380.28960.3082
Hunter Lab63.6112-4.6306-4.7042
CIE-Lab69.7986-1.4139-9.2197

#9facbb color RGB value is (159,172,187).

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

The process color (four color CMYK) of #9facbb color hex is 0.15, 0.08, 0.00, 0.27. Web safe color of #9facbb is #9999cc. Color #9facbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 10111011
Octal 237 254 273
Decimal 159 172 187
Hex 9F AC BB

RGB Percentages of Color #9facbb

%30.69
%33.20
%36.10

CMYK Percentages of Color #9facbb

%15
%8
%0
%27

Triadic Colors of #9facbb

#9facbb #bb9fac #acbb9f

Analogous Colors of #9facbb

#9facbb #a09fbb #9fbabb

Monochromatic Colors of #9facbb

#9facbb

Complementary Color

#9facbb #bbae9f

#9facbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9facbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9facbb Color CSS Codes

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

#9facbb Text Font Color

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

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


#9facbb Background Color

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

This div background color is #9facbb


#9facbb Border Color

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

This div border color is #9facbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9facbb


Comments

No comments written yet.

Please login to write comment.