Color Hex Logo

#9fadcb Color Hex

#9FADCB
(159,173,203)
0 Favorites   0 Comments

Color spaces of #9fadcb

RGB 159173203
HSL0.610.300.71
HSV221°22°80°
CMYK 0.220.150.00   0.20
XYZ40.021141.569962.4144
Yxy41.56990.27790.2887
Hunter Lab64.4747-2.0313-12.2631
CIE-Lab70.57341.5992-16.8746

#9fadcb color RGB value is (159,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 11001011
Octal 237 255 313
Decimal 159 173 203
Hex 9F AD CB

RGB Percentages of Color #9fadcb

%29.72
%32.34
%37.94

CMYK Percentages of Color #9fadcb

%22
%15
%0
%20

Triadic Colors of #9fadcb

#9fadcb #cb9fad #adcb9f

Analogous Colors of #9fadcb

#9fadcb #a79fcb #9fc3cb

Monochromatic Colors of #9fadcb

#9fadcb

Complementary Color

#9fadcb #cbbd9f

#9fadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadcb Color CSS Codes

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

#9fadcb Text Font Color

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

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


#9fadcb Background Color

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

This div background color is #9fadcb


#9fadcb Border Color

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

This div border color is #9fadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadcb


Comments

No comments written yet.

Please login to write comment.