Color Hex Logo

#9498aa Color Hex

#9498AA
(148,152,170)
0 Favorites   0 Comments

Color spaces of #9498aa

RGB 148152170
HSL0.640.110.62
HSV229°13°67°
CMYK 0.130.110.00   0.33
XYZ30.696731.654742.5223
Yxy31.65470.29270.3018
Hunter Lab56.2625-1.0702-5.4267
CIE-Lab63.05652.2870-9.8850

#9498aa color RGB value is (148,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011000 10101010
Octal 224 230 252
Decimal 148 152 170
Hex 94 98 AA

RGB Percentages of Color #9498aa

%31.49
%32.34
%36.17

CMYK Percentages of Color #9498aa

%13
%11
%0
%33

Triadic Colors of #9498aa

#9498aa #aa9498 #98aa94

Analogous Colors of #9498aa

#9498aa #9b94aa #94a3aa

Monochromatic Colors of #9498aa

#9498aa

Complementary Color

#9498aa #aaa694

#9498aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9498aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9498aa Color CSS Codes

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

#9498aa Text Font Color

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

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


#9498aa Background Color

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

This div background color is #9498aa


#9498aa Border Color

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

This div border color is #9498aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,152,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 #9498aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9498aa


Comments

No comments written yet.

Please login to write comment.