Color Hex Logo

#9faabc Color Hex

#9FAABC
(159,170,188)
0 Favorites   0 Comments

Color spaces of #9faabc

RGB 159170188
HSL0.600.180.68
HSV217°15°74°
CMYK 0.150.100.00   0.26
XYZ37.749939.751253.2601
Yxy39.75120.28870.3040
Hunter Lab63.0486-3.4593-5.9511
CIE-Lab69.2920-0.1052-10.5284

#9faabc color RGB value is (159,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 10111100
Octal 237 252 274
Decimal 159 170 188
Hex 9F AA BC

RGB Percentages of Color #9faabc

%30.75
%32.88
%36.36

CMYK Percentages of Color #9faabc

%15
%10
%0
%26

Triadic Colors of #9faabc

#9faabc #bc9faa #aabc9f

Analogous Colors of #9faabc

#9faabc #a39fbc #9fb9bc

Monochromatic Colors of #9faabc

#9faabc

Complementary Color

#9faabc #bcb19f

#9faabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faabc Color CSS Codes

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

#9faabc Text Font Color

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

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


#9faabc Background Color

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

This div background color is #9faabc


#9faabc Border Color

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

This div border color is #9faabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faabc


Comments

No comments written yet.

Please login to write comment.