Color Hex Logo

#9faadb Color Hex

#9FAADB
(159,170,219)
0 Favorites   0 Comments

Color spaces of #9faadb

RGB 159170219
HSL0.640.450.74
HSV229°27°86°
CMYK 0.270.220.00   0.14
XYZ41.459041.234972.7918
Yxy41.23490.26660.2652
Hunter Lab64.21442.8704-22.2595
CIE-Lab70.34027.0398-26.0165

#9faadb color RGB value is (159,170,219).

#9faadb hex color red value is 159, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9faadb hue: 0.64 , saturation: 0.45 and the lightness value of 9faadb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 11011011
Octal 237 252 333
Decimal 159 170 219
Hex 9F AA DB

RGB Percentages of Color #9faadb

%29.01
%31.02
%39.96

CMYK Percentages of Color #9faadb

%27
%22
%0
%14

Triadic Colors of #9faadb

#9faadb #db9faa #aadb9f

Analogous Colors of #9faadb

#9faadb #b29fdb #9fc8db

Monochromatic Colors of #9faadb

#9faadb

Complementary Color

#9faadb #dbd09f

#9faadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faadb Color CSS Codes

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

#9faadb Text Font Color

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

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


#9faadb Background Color

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

This div background color is #9faadb


#9faadb Border Color

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

This div border color is #9faadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faadb


Comments

No comments written yet.

Please login to write comment.