Color Hex Logo

#9fa6cd Color Hex

#9FA6CD
(159,166,205)
0 Favorites   0 Comments

Color spaces of #9fa6cd

RGB 159166205
HSL0.640.320.71
HSV231°22°80°
CMYK 0.220.190.00   0.20
XYZ38.953739.051163.2421
Yxy39.05110.27580.2765
Hunter Lab62.49091.9090-16.2591
CIE-Lab68.78835.9318-20.6835

#9fa6cd color RGB value is (159,166,205).

#9fa6cd hex color red value is 159, green value is 166 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9fa6cd hue: 0.64 , saturation: 0.32 and the lightness value of 9fa6cd is 0.71.

The process color (four color CMYK) of #9fa6cd color hex is 0.22, 0.19, 0.00, 0.20. Web safe color of #9fa6cd is #9999cc. Color #9fa6cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100110 11001101
Octal 237 246 315
Decimal 159 166 205
Hex 9F A6 CD

RGB Percentages of Color #9fa6cd

%30.00
%31.32
%38.68

CMYK Percentages of Color #9fa6cd

%22
%19
%0
%20

Triadic Colors of #9fa6cd

#9fa6cd #cd9fa6 #a6cd9f

Analogous Colors of #9fa6cd

#9fa6cd #af9fcd #9fbdcd

Monochromatic Colors of #9fa6cd

#9fa6cd

Complementary Color

#9fa6cd #cdc69f

#9fa6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa6cd Color CSS Codes

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

#9fa6cd Text Font Color

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

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


#9fa6cd Background Color

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

This div background color is #9fa6cd


#9fa6cd Border Color

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

This div border color is #9fa6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa6cd


Comments

No comments written yet.

Please login to write comment.