Color Hex Logo

#9fafdb Color Hex

#9FAFDB
(159,175,219)
0 Favorites   0 Comments

Color spaces of #9fafdb

RGB 159175219
HSL0.620.450.74
HSV224°27°86°
CMYK 0.270.200.00   0.14
XYZ42.414243.145373.1102
Yxy43.14530.26730.2719
Hunter Lab65.68510.3122-20.0127
CIE-Lab71.65354.2691-24.0068

#9fafdb color RGB value is (159,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101111 11011011
Octal 237 257 333
Decimal 159 175 219
Hex 9F AF DB

RGB Percentages of Color #9fafdb

%28.75
%31.65
%39.60

CMYK Percentages of Color #9fafdb

%27
%20
%0
%14

Triadic Colors of #9fafdb

#9fafdb #db9faf #afdb9f

Analogous Colors of #9fafdb

#9fafdb #ad9fdb #9fcddb

Monochromatic Colors of #9fafdb

#9fafdb

Complementary Color

#9fafdb #dbcb9f

#9fafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fafdb Color CSS Codes

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

#9fafdb Text Font Color

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

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


#9fafdb Background Color

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

This div background color is #9fafdb


#9fafdb Border Color

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

This div border color is #9fafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fafdb


Comments

No comments written yet.

Please login to write comment.