Color Hex Logo

#9ab7ae Color Hex

#9AB7AE
(154,183,174)
0 Favorites   0 Comments

Color spaces of #9ab7ae

RGB 154183174
HSL0.450.170.66
HSV161°16°72°
CMYK 0.160.000.05   0.28
XYZ37.899943.793046.4998
Yxy43.79300.29560.3416
Hunter Lab66.1763-13.57954.6623
CIE-Lab72.0899-11.67921.2669

#9ab7ae color RGB value is (154,183,174).

#9ab7ae hex color red value is 154, green value is 183 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9ab7ae hue: 0.45 , saturation: 0.17 and the lightness value of 9ab7ae is 0.66.

The process color (four color CMYK) of #9ab7ae color hex is 0.16, 0.00, 0.05, 0.28. Web safe color of #9ab7ae is #99cc99. Color #9ab7ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110111 10101110
Octal 232 267 256
Decimal 154 183 174
Hex 9A B7 AE

RGB Percentages of Color #9ab7ae

%30.14
%35.81
%34.05

CMYK Percentages of Color #9ab7ae

%16
%0
%5
%28

Triadic Colors of #9ab7ae

#9ab7ae #ae9ab7 #b7ae9a

Analogous Colors of #9ab7ae

#9ab7ae #9ab2b7 #9ab7a0

Monochromatic Colors of #9ab7ae

#9ab7ae

Complementary Color

#9ab7ae #b79aa3

#9ab7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab7ae Color CSS Codes

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

#9ab7ae Text Font Color

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

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


#9ab7ae Background Color

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

This div background color is #9ab7ae


#9ab7ae Border Color

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

This div border color is #9ab7ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,183,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab7ae


Comments

No comments written yet.

Please login to write comment.