Color Hex Logo

#9499aa Color Hex

#9499AA
(148,153,170)
1 Favorites   0 Comments

Color spaces of #9499aa

RGB 148153170
HSL0.630.110.62
HSV226°13°67°
CMYK 0.130.100.00   0.33
XYZ30.859731.980642.5766
Yxy31.98060.29270.3034
Hunter Lab56.5514-1.5587-5.0525
CIE-Lab63.32681.7277-9.4811

#9499aa color RGB value is (148,153,170).

#9499aa hex color red value is 148, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9499aa hue: 0.63 , saturation: 0.11 and the lightness value of 9499aa is 0.62.

The process color (four color CMYK) of #9499aa color hex is 0.13, 0.10, 0.00, 0.33. Web safe color of #9499aa is #999999. Color #9499aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011001 10101010
Octal 224 231 252
Decimal 148 153 170
Hex 94 99 AA

RGB Percentages of Color #9499aa

%31.42
%32.48
%36.09

CMYK Percentages of Color #9499aa

%13
%10
%0
%33

Triadic Colors of #9499aa

#9499aa #aa9499 #99aa94

Analogous Colors of #9499aa

#9499aa #9a94aa #94a4aa

Monochromatic Colors of #9499aa

#9499aa

Complementary Color

#9499aa #aaa594

#9499aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9499aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9499aa Color CSS Codes

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

#9499aa Text Font Color

<p style="color:#9499aa">Text here</p>

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


#9499aa Background Color

<div style="background-color:#9499aa">
Div content here</div>

This div background color is #9499aa


#9499aa Border Color

<div style="border:3px solid #9499aa">
Div here</div>

This div border color is #9499aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,153,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9499aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9499aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9499aa;
  box-shadow:         1px 1px 3px 2px #9499aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,153,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9499aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9499aa


Comments

No comments written yet.

Please login to write comment.