Color Hex Logo

#9597ae Color Hex

#9597AE
(149,151,174)
0 Favorites   0 Comments

Color spaces of #9597ae

RGB 149151174
HSL0.650.130.63
HSV235°14°68°
CMYK 0.140.130.00   0.32
XYZ31.101031.578844.5005
Yxy31.57880.29020.2946
Hunter Lab56.19500.4491-7.6149
CIE-Lab62.99324.0591-12.2268

#9597ae color RGB value is (149,151,174).

#9597ae hex color red value is 149, green value is 151 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9597ae hue: 0.65 , saturation: 0.13 and the lightness value of 9597ae is 0.63.

The process color (four color CMYK) of #9597ae color hex is 0.14, 0.13, 0.00, 0.32. Web safe color of #9597ae is #999999. Color #9597ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 10101110
Octal 225 227 256
Decimal 149 151 174
Hex 95 97 AE

RGB Percentages of Color #9597ae

%31.43
%31.86
%36.71

CMYK Percentages of Color #9597ae

%14
%13
%0
%32

Triadic Colors of #9597ae

#9597ae #ae9597 #97ae95

Analogous Colors of #9597ae

#9597ae #a095ae #95a4ae

Monochromatic Colors of #9597ae

#9597ae

Complementary Color

#9597ae #aeac95

#9597ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9597ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9597ae Color CSS Codes

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

#9597ae Text Font Color

<p style="color:#9597ae">Text here</p>

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


#9597ae Background Color

<div style="background-color:#9597ae">
Div content here</div>

This div background color is #9597ae


#9597ae Border Color

<div style="border:3px solid #9597ae">
Div here</div>

This div border color is #9597ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,151,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9597ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9597ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9597ae;
  box-shadow:         1px 1px 3px 2px #9597ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,151,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 #9597ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9597ae


Comments

No comments written yet.

Please login to write comment.