Color Hex Logo

#9fadcd Color Hex

#9FADCD
(159,173,205)
0 Favorites   0 Comments

Color spaces of #9fadcd

RGB 159173205
HSL0.620.320.71
HSV222°22°80°
CMYK 0.220.160.00   0.20
XYZ40.261141.665863.6779
Yxy41.66580.27650.2862
Hunter Lab64.5491-1.6253-13.3055
CIE-Lab70.63992.0601-17.8735

#9fadcd color RGB value is (159,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 11001101
Octal 237 255 315
Decimal 159 173 205
Hex 9F AD CD

RGB Percentages of Color #9fadcd

%29.61
%32.22
%38.18

CMYK Percentages of Color #9fadcd

%22
%16
%0
%20

Triadic Colors of #9fadcd

#9fadcd #cd9fad #adcd9f

Analogous Colors of #9fadcd

#9fadcd #a89fcd #9fc4cd

Monochromatic Colors of #9fadcd

#9fadcd

Complementary Color

#9fadcd #cdbf9f

#9fadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadcd Color CSS Codes

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

#9fadcd Text Font Color

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

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


#9fadcd Background Color

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

This div background color is #9fadcd


#9fadcd Border Color

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

This div border color is #9fadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadcd


Comments

No comments written yet.

Please login to write comment.