Color Hex Logo

#9fafde Color Hex

#9FAFDE
(159,175,222)
0 Favorites   0 Comments

Color spaces of #9fafde

RGB 159175222
HSL0.620.490.75
HSV225°28°87°
CMYK 0.280.210.00   0.13
XYZ42.812943.304875.2094
Yxy43.30480.26540.2684
Hunter Lab65.80640.9689-21.6974
CIE-Lab71.76144.9976-25.4812

#9fafde color RGB value is (159,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101111 11011110
Octal 237 257 336
Decimal 159 175 222
Hex 9F AF DE

RGB Percentages of Color #9fafde

%28.60
%31.47
%39.93

CMYK Percentages of Color #9fafde

%28
%21
%0
%13

Triadic Colors of #9fafde

#9fafde #de9faf #afde9f

Analogous Colors of #9fafde

#9fafde #af9fde #9fcfde

Monochromatic Colors of #9fafde

#9fafde

Complementary Color

#9fafde #dece9f

#9fafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fafde Color CSS Codes

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

#9fafde Text Font Color

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

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


#9fafde Background Color

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

This div background color is #9fafde


#9fafde Border Color

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

This div border color is #9fafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fafde


Comments

No comments written yet.

Please login to write comment.