Color Hex Logo

#9fadcf Color Hex

#9FADCF
(159,173,207)
0 Favorites   0 Comments

Color spaces of #9fadcf

RGB 159173207
HSL0.620.330.72
HSV223°23°81°
CMYK 0.230.160.00   0.19
XYZ40.504141.763164.9578
Yxy41.76310.27510.2837
Hunter Lab64.6244-1.2157-14.3588
CIE-Lab70.70732.5236-18.8704

#9fadcf color RGB value is (159,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 11001111
Octal 237 255 317
Decimal 159 173 207
Hex 9F AD CF

RGB Percentages of Color #9fadcf

%29.50
%32.10
%38.40

CMYK Percentages of Color #9fadcf

%23
%16
%0
%19

Triadic Colors of #9fadcf

#9fadcf #cf9fad #adcf9f

Analogous Colors of #9fadcf

#9fadcf #a99fcf #9fc5cf

Monochromatic Colors of #9fadcf

#9fadcf

Complementary Color

#9fadcf #cfc19f

#9fadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadcf Color CSS Codes

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

#9fadcf Text Font Color

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

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


#9fadcf Background Color

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

This div background color is #9fadcf


#9fadcf Border Color

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

This div border color is #9fadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadcf

#9fadcf Color Palettes


Comments

No comments written yet.

Please login to write comment.