Color Hex Logo

#9fadbf Color Hex

#9FADBF
(159,173,191)
0 Favorites   0 Comments

Color spaces of #9fadbf

RGB 159173191
HSL0.590.200.69
HSV214°17°75°
CMYK 0.170.090.00   0.25
XYZ38.645641.019755.1710
Yxy41.01970.28660.3042
Hunter Lab64.0466-4.3751-6.2409
CIE-Lab70.1897-1.0907-10.8430

#9fadbf color RGB value is (159,173,191).

#9fadbf hex color red value is 159, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9fadbf hue: 0.59 , saturation: 0.20 and the lightness value of 9fadbf is 0.69.

The process color (four color CMYK) of #9fadbf color hex is 0.17, 0.09, 0.00, 0.25. Web safe color of #9fadbf is #9999cc. Color #9fadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 10111111
Octal 237 255 277
Decimal 159 173 191
Hex 9F AD BF

RGB Percentages of Color #9fadbf

%30.40
%33.08
%36.52

CMYK Percentages of Color #9fadbf

%17
%9
%0
%25

Triadic Colors of #9fadbf

#9fadbf #bf9fad #adbf9f

Analogous Colors of #9fadbf

#9fadbf #a19fbf #9fbdbf

Monochromatic Colors of #9fadbf

#9fadbf

Complementary Color

#9fadbf #bfb19f

#9fadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadbf Color CSS Codes

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

#9fadbf Text Font Color

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

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


#9fadbf Background Color

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

This div background color is #9fadbf


#9fadbf Border Color

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

This div border color is #9fadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadbf


Comments

No comments written yet.

Please login to write comment.