Color Hex Logo

#9faadf Color Hex

#9FAADF
(159,170,223)
0 Favorites   0 Comments

Color spaces of #9faadf

RGB 159170223
HSL0.640.500.75
HSV230°29°87°
CMYK 0.290.240.00   0.13
XYZ41.992141.448175.5991
Yxy41.44810.26400.2606
Hunter Lab64.38023.7616-24.5557
CIE-Lab70.48878.0179-27.9803

#9faadf color RGB value is (159,170,223).

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

The process color (four color CMYK) of #9faadf color hex is 0.29, 0.24, 0.00, 0.13. Web safe color of #9faadf is #9999cc. Color #9faadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 11011111
Octal 237 252 337
Decimal 159 170 223
Hex 9F AA DF

RGB Percentages of Color #9faadf

%28.80
%30.80
%40.40

CMYK Percentages of Color #9faadf

%29
%24
%0
%13

Triadic Colors of #9faadf

#9faadf #df9faa #aadf9f

Analogous Colors of #9faadf

#9faadf #b49fdf #9fcadf

Monochromatic Colors of #9faadf

#9faadf

Complementary Color

#9faadf #dfd49f

#9faadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faadf Color CSS Codes

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

#9faadf Text Font Color

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

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


#9faadf Background Color

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

This div background color is #9faadf


#9faadf Border Color

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

This div border color is #9faadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faadf


Comments

No comments written yet.

Please login to write comment.