Color Hex Logo

#9faafd Color Hex

#9FAAFD
(159,170,253)
0 Favorites   0 Comments

Color spaces of #9faafd

RGB 159170253
HSL0.650.960.81
HSV233°37°99°
CMYK 0.370.330.00   0.01
XYZ46.402443.212298.8236
Yxy43.21220.24620.2293
Hunter Lab65.736010.9635-43.1179
CIE-Lab71.698815.6929-42.4360

#9faafd color RGB value is (159,170,253).

#9faafd hex color red value is 159, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9faafd hue: 0.65 , saturation: 0.96 and the lightness value of 9faafd is 0.81.

The process color (four color CMYK) of #9faafd color hex is 0.37, 0.33, 0.00, 0.01. Web safe color of #9faafd is #9999ff. Color #9faafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101010 11111101
Octal 237 252 375
Decimal 159 170 253
Hex 9F AA FD

RGB Percentages of Color #9faafd

%27.32
%29.21
%43.47

CMYK Percentages of Color #9faafd

%37
%33
%0
%1

Triadic Colors of #9faafd

#9faafd #fd9faa #aafd9f

Analogous Colors of #9faafd

#9faafd #c39ffd #9fd9fd

Monochromatic Colors of #9faafd

#9faafd

Complementary Color

#9faafd #fdf29f

#9faafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faafd Color CSS Codes

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

#9faafd Text Font Color

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

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


#9faafd Background Color

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

This div background color is #9faafd


#9faafd Border Color

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

This div border color is #9faafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faafd


Comments

No comments written yet.

Please login to write comment.