Color Hex Logo

#9fadaa Color Hex

#9FADAA
(159,173,170)
0 Favorites   0 Comments

Color spaces of #9fadaa

RGB 159173170
HSL0.460.080.65
HSV167°68°
CMYK 0.080.000.02   0.32
XYZ36.497340.160343.8583
Yxy40.16030.30280.3332
Hunter Lab63.3722-8.09953.3274
CIE-Lab69.5836-5.4730-0.1467

#9fadaa color RGB value is (159,173,170).

#9fadaa hex color red value is 159, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9fadaa hue: 0.46 , saturation: 0.08 and the lightness value of 9fadaa is 0.65.

The process color (four color CMYK) of #9fadaa color hex is 0.08, 0.00, 0.02, 0.32. Web safe color of #9fadaa is #999999. Color #9fadaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 10101010
Octal 237 255 252
Decimal 159 173 170
Hex 9F AD AA

RGB Percentages of Color #9fadaa

%31.67
%34.46
%33.86

CMYK Percentages of Color #9fadaa

%8
%0
%2
%32

Triadic Colors of #9fadaa

#9fadaa #aa9fad #adaa9f

Analogous Colors of #9fadaa

#9fadaa #9fa9ad #9fada3

Monochromatic Colors of #9fadaa

#9fadaa

Complementary Color

#9fadaa #ad9fa2

#9fadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadaa Color CSS Codes

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

#9fadaa Text Font Color

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

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


#9fadaa Background Color

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

This div background color is #9fadaa


#9fadaa Border Color

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

This div border color is #9fadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadaa


Comments

No comments written yet.

Please login to write comment.