Color Hex Logo

#9399ac Color Hex

#9399AC
(147,153,172)
0 Favorites   0 Comments

Color spaces of #9399ac

RGB 147153172
HSL0.630.130.63
HSV226°15°67°
CMYK 0.150.110.00   0.33
XYZ30.870231.964143.5724
Yxy31.96410.29010.3004
Hunter Lab56.5368-1.4749-6.1185
CIE-Lab63.31321.8255-10.6360

#9399ac color RGB value is (147,153,172).

#9399ac hex color red value is 147, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9399ac hue: 0.63 , saturation: 0.13 and the lightness value of 9399ac is 0.63.

The process color (four color CMYK) of #9399ac color hex is 0.15, 0.11, 0.00, 0.33. Web safe color of #9399ac is #999999. Color #9399ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011001 10101100
Octal 223 231 254
Decimal 147 153 172
Hex 93 99 AC

RGB Percentages of Color #9399ac

%31.14
%32.42
%36.44

CMYK Percentages of Color #9399ac

%15
%11
%0
%33

Triadic Colors of #9399ac

#9399ac #ac9399 #99ac93

Analogous Colors of #9399ac

#9399ac #9a93ac #93a6ac

Monochromatic Colors of #9399ac

#9399ac

Complementary Color

#9399ac #aca693

#9399ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9399ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9399ac Color CSS Codes

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

#9399ac Text Font Color

<p style="color:#9399ac">Text here</p>

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


#9399ac Background Color

<div style="background-color:#9399ac">
Div content here</div>

This div background color is #9399ac


#9399ac Border Color

<div style="border:3px solid #9399ac">
Div here</div>

This div border color is #9399ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,153,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9399ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9399ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9399ac;
  box-shadow:         1px 1px 3px 2px #9399ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,153,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 #9399ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9399ac


Comments

No comments written yet.

Please login to write comment.