Color Hex Logo

#959aae Color Hex

#959AAE
(149,154,174)
0 Favorites   0 Comments

Color spaces of #959aae

RGB 149154174
HSL0.630.130.63
HSV228°14°68°
CMYK 0.140.110.00   0.32
XYZ31.590032.556844.6635
Yxy32.55680.29030.2992
Hunter Lab57.0586-1.0275-6.4692
CIE-Lab63.80042.3762-11.0160

#959aae color RGB value is (149,154,174).

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

The process color (four color CMYK) of #959aae color hex is 0.14, 0.11, 0.00, 0.32. Web safe color of #959aae is #999999. Color #959aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 10101110
Octal 225 232 256
Decimal 149 154 174
Hex 95 9A AE

RGB Percentages of Color #959aae

%31.24
%32.29
%36.48

CMYK Percentages of Color #959aae

%14
%11
%0
%32

Triadic Colors of #959aae

#959aae #ae959a #9aae95

Analogous Colors of #959aae

#959aae #9d95ae #95a7ae

Monochromatic Colors of #959aae

#959aae

Complementary Color

#959aae #aea995

#959aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#959aae Color CSS Codes

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

#959aae Text Font Color

<p style="color:#959aae">Text here</p>

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


#959aae Background Color

<div style="background-color:#959aae">
Div content here</div>

This div background color is #959aae


#959aae Border Color

<div style="border:3px solid #959aae">
Div here</div>

This div border color is #959aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959aae


Comments

No comments written yet.

Please login to write comment.