Color Hex Logo

#9fbfad Color Hex

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

Color spaces of #9fbfad

RGB 159191173
HSL0.410.200.69
HSV146°17°75°
CMYK 0.170.000.09   0.25
XYZ40.471747.649746.5994
Yxy47.64970.30040.3537
Hunter Lab69.0288-16.14548.2951
CIE-Lab74.6034-14.37065.4931

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

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

The process color (four color CMYK) of #9fbfad color hex is 0.17, 0.00, 0.09, 0.25. Web safe color of #9fbfad is #99cc99. Color #9fbfad contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #9fbfad

%30.40
%36.52
%33.08

CMYK Percentages of Color #9fbfad

%17
%0
%9
%25

Triadic Colors of #9fbfad

#9fbfad #ad9fbf #bfad9f

Analogous Colors of #9fbfad

#9fbfad #9fbfbd #a1bf9f

Monochromatic Colors of #9fbfad

#9fbfad

Complementary Color

#9fbfad #bf9fb1

#9fbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbfad Color CSS Codes

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

#9fbfad Text Font Color

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

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


#9fbfad Background Color

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

This div background color is #9fbfad


#9fbfad Border Color

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

This div border color is #9fbfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbfad


Comments

No comments written yet.

Please login to write comment.