Color Hex Logo

#9c8fad Color Hex

#9C8FAD
(156,143,173)
0 Favorites   0 Comments

Color spaces of #9c8fad

RGB 156143173
HSL0.740.150.62
HSV266°17°68°
CMYK 0.100.170.00   0.32
XYZ31.075629.730043.6358
Yxy29.73000.29750.2847
Hunter Lab54.52526.3135-9.2813
CIE-Lab61.420610.7440-13.9706

#9c8fad color RGB value is (156,143,173).

#9c8fad hex color red value is 156, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9c8fad hue: 0.74 , saturation: 0.15 and the lightness value of 9c8fad is 0.62.

The process color (four color CMYK) of #9c8fad color hex is 0.10, 0.17, 0.00, 0.32. Web safe color of #9c8fad is #999999. Color #9c8fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001111 10101101
Octal 234 217 255
Decimal 156 143 173
Hex 9C 8F AD

RGB Percentages of Color #9c8fad

%33.05
%30.30
%36.65

CMYK Percentages of Color #9c8fad

%10
%17
%0
%32

Triadic Colors of #9c8fad

#9c8fad #ad9c8f #8fad9c

Analogous Colors of #9c8fad

#9c8fad #ab8fad #8f91ad

Monochromatic Colors of #9c8fad

#9c8fad

Complementary Color

#9c8fad #a0ad8f

#9c8fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8fad Color CSS Codes

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

#9c8fad Text Font Color

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

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


#9c8fad Background Color

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

This div background color is #9c8fad


#9c8fad Border Color

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

This div border color is #9c8fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8fad


Comments

No comments written yet.

Please login to write comment.