Color Hex Logo

#9facbe Color Hex

#9FACBE
(159,172,190)
0 Favorites   0 Comments

Color spaces of #9facbe

RGB 159172190
HSL0.600.190.68
HSV215°16°75°
CMYK 0.160.090.00   0.25
XYZ38.344940.593754.5296
Yxy40.59370.28730.3041
Hunter Lab63.7132-4.0703-6.1447
CIE-Lab69.8903-0.7634-10.7389

#9facbe color RGB value is (159,172,190).

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

The process color (four color CMYK) of #9facbe color hex is 0.16, 0.09, 0.00, 0.25. Web safe color of #9facbe is #9999cc. Color #9facbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 10111110
Octal 237 254 276
Decimal 159 172 190
Hex 9F AC BE

RGB Percentages of Color #9facbe

%30.52
%33.01
%36.47

CMYK Percentages of Color #9facbe

%16
%9
%0
%25

Triadic Colors of #9facbe

#9facbe #be9fac #acbe9f

Analogous Colors of #9facbe

#9facbe #a29fbe #9fbcbe

Monochromatic Colors of #9facbe

#9facbe

Complementary Color

#9facbe #beb19f

#9facbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9facbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9facbe Color CSS Codes

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

#9facbe Text Font Color

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

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


#9facbe Background Color

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

This div background color is #9facbe


#9facbe Border Color

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

This div border color is #9facbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9facbe


Comments

No comments written yet.

Please login to write comment.