Color Hex Logo

#9a8dad Color Hex

#9A8DAD
(154,141,173)
0 Favorites   0 Comments

Color spaces of #9a8dad

RGB 154141173
HSL0.730.160.62
HSV264°18°68°
CMYK 0.110.180.00   0.32
XYZ30.394128.936943.5186
Yxy28.93690.29550.2814
Hunter Lab53.79306.7181-10.3105
CIE-Lab60.725911.2016-15.0362

#9a8dad color RGB value is (154,141,173).

#9a8dad hex color red value is 154, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9a8dad hue: 0.73 , saturation: 0.16 and the lightness value of 9a8dad is 0.62.

The process color (four color CMYK) of #9a8dad color hex is 0.11, 0.18, 0.00, 0.32. Web safe color of #9a8dad is #999999. Color #9a8dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10001101 10101101
Octal 232 215 255
Decimal 154 141 173
Hex 9A 8D AD

RGB Percentages of Color #9a8dad

%32.91
%30.13
%36.97

CMYK Percentages of Color #9a8dad

%11
%18
%0
%32

Triadic Colors of #9a8dad

#9a8dad #ad9a8d #8dad9a

Analogous Colors of #9a8dad

#9a8dad #aa8dad #8d90ad

Monochromatic Colors of #9a8dad

#9a8dad

Complementary Color

#9a8dad #a0ad8d

#9a8dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a8dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a8dad Color CSS Codes

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

#9a8dad Text Font Color

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

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


#9a8dad Background Color

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

This div background color is #9a8dad


#9a8dad Border Color

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

This div border color is #9a8dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a8dad


Comments

No comments written yet.

Please login to write comment.