Color Hex Logo

#9faeaa Color Hex

#9FAEAA
(159,174,170)
0 Favorites   0 Comments

Color spaces of #9faeaa

RGB 159174170
HSL0.460.080.65
HSV164°68°
CMYK 0.090.000.02   0.32
XYZ36.689840.545343.9225
Yxy40.54530.30280.3346
Hunter Lab63.6752-8.57953.6750
CIE-Lab69.8562-6.01020.2513

#9faeaa color RGB value is (159,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 10101010
Octal 237 256 252
Decimal 159 174 170
Hex 9F AE AA

RGB Percentages of Color #9faeaa

%31.61
%34.59
%33.80

CMYK Percentages of Color #9faeaa

%9
%0
%2
%32

Triadic Colors of #9faeaa

#9faeaa #aa9fae #aeaa9f

Analogous Colors of #9faeaa

#9faeaa #9fabae #9faea3

Monochromatic Colors of #9faeaa

#9faeaa

Complementary Color

#9faeaa #ae9fa3

#9faeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faeaa Color CSS Codes

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

#9faeaa Text Font Color

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

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


#9faeaa Background Color

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

This div background color is #9faeaa


#9faeaa Border Color

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

This div border color is #9faeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,174,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 #9faeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faeaa


Comments

No comments written yet.

Please login to write comment.