Color Hex Logo

#9faade Color Hex

#9FAADE
(159,170,222)
0 Favorites   0 Comments

Color spaces of #9faade

RGB 159170222
HSL0.640.490.75
HSV230°28°87°
CMYK 0.280.230.00   0.13
XYZ41.857641.394374.8910
Yxy41.39430.26470.2618
Hunter Lab64.33843.5372-23.9777
CIE-Lab70.45137.7722-27.4901

#9faade color RGB value is (159,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 11011110
Octal 237 252 336
Decimal 159 170 222
Hex 9F AA DE

RGB Percentages of Color #9faade

%28.86
%30.85
%40.29

CMYK Percentages of Color #9faade

%28
%23
%0
%13

Triadic Colors of #9faade

#9faade #de9faa #aade9f

Analogous Colors of #9faade

#9faade #b49fde #9fcade

Monochromatic Colors of #9faade

#9faade

Complementary Color

#9faade #ded39f

#9faade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faade Color CSS Codes

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

#9faade Text Font Color

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

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


#9faade Background Color

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

This div background color is #9faade


#9faade Border Color

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

This div border color is #9faade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faade


Comments

No comments written yet.

Please login to write comment.