Color Hex Logo

#9aadac Color Hex

#9AADAC
(154,173,172)
0 Favorites   0 Comments

Color spaces of #9aadac

RGB 154173172
HSL0.490.100.64
HSV177°11°68°
CMYK 0.110.000.01   0.32
XYZ35.716439.735744.8170
Yxy39.73570.29700.3304
Hunter Lab63.0363-9.17521.9719
CIE-Lab69.2809-6.7790-1.7371

#9aadac color RGB value is (154,173,172).

#9aadac hex color red value is 154, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9aadac hue: 0.49 , saturation: 0.10 and the lightness value of 9aadac is 0.64.

The process color (four color CMYK) of #9aadac color hex is 0.11, 0.00, 0.01, 0.32. Web safe color of #9aadac is #999999. Color #9aadac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 10101100
Octal 232 255 254
Decimal 154 173 172
Hex 9A AD AC

RGB Percentages of Color #9aadac

%30.86
%34.67
%34.47

CMYK Percentages of Color #9aadac

%11
%0
%1
%32

Triadic Colors of #9aadac

#9aadac #ac9aad #adac9a

Analogous Colors of #9aadac

#9aadac #9aa5ad #9aada3

Monochromatic Colors of #9aadac

#9aadac

Complementary Color

#9aadac #ad9a9b

#9aadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aadac Color CSS Codes

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

#9aadac Text Font Color

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

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


#9aadac Background Color

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

This div background color is #9aadac


#9aadac Border Color

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

This div border color is #9aadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aadac


Comments

No comments written yet.

Please login to write comment.