Color Hex Logo

#9299aa Color Hex

#9299AA
(146,153,170)
0 Favorites   0 Comments

Color spaces of #9299aa

RGB 146153170
HSL0.620.120.62
HSV223°14°67°
CMYK 0.140.100.00   0.33
XYZ30.501031.795742.5598
Yxy31.79570.29090.3032
Hunter Lab56.3877-2.1249-5.2790
CIE-Lab63.17371.0512-9.7259

#9299aa color RGB value is (146,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011001 10101010
Octal 222 231 252
Decimal 146 153 170
Hex 92 99 AA

RGB Percentages of Color #9299aa

%31.13
%32.62
%36.25

CMYK Percentages of Color #9299aa

%14
%10
%0
%33

Triadic Colors of #9299aa

#9299aa #aa9299 #99aa92

Analogous Colors of #9299aa

#9299aa #9792aa #92a5aa

Monochromatic Colors of #9299aa

#9299aa

Complementary Color

#9299aa #aaa392

#9299aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9299aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9299aa Color CSS Codes

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

#9299aa Text Font Color

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

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


#9299aa Background Color

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

This div background color is #9299aa


#9299aa Border Color

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

This div border color is #9299aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9299aa


Comments

No comments written yet.

Please login to write comment.