Color Hex Logo

#9fafdd Color Hex

#9FAFDD
(159,175,221)
0 Favorites   0 Comments

Color spaces of #9fafdd

RGB 159175221
HSL0.620.480.75
HSV225°28°87°
CMYK 0.280.210.00   0.13
XYZ42.679243.251374.5055
Yxy43.25130.26600.2696
Hunter Lab65.76570.7490-21.1332
CIE-Lab71.72524.7541-24.9903

#9fafdd color RGB value is (159,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101111 11011101
Octal 237 257 335
Decimal 159 175 221
Hex 9F AF DD

RGB Percentages of Color #9fafdd

%28.65
%31.53
%39.82

CMYK Percentages of Color #9fafdd

%28
%21
%0
%13

Triadic Colors of #9fafdd

#9fafdd #dd9faf #afdd9f

Analogous Colors of #9fafdd

#9fafdd #ae9fdd #9fcedd

Monochromatic Colors of #9fafdd

#9fafdd

Complementary Color

#9fafdd #ddcd9f

#9fafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fafdd Color CSS Codes

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

#9fafdd Text Font Color

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

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


#9fafdd Background Color

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

This div background color is #9fafdd


#9fafdd Border Color

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

This div border color is #9fafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fafdd


Comments

No comments written yet.

Please login to write comment.