Color Hex Logo

#99aaba Color Hex

#99AABA
(153,170,186)
0 Favorites   0 Comments

Color spaces of #99aaba

RGB 153170186
HSL0.580.190.66
HSV209°18°73°
CMYK 0.180.090.00   0.27
XYZ36.374539.066952.0779
Yxy39.06690.28520.3064
Hunter Lab62.5035-5.5014-5.6479
CIE-Lab68.7997-2.5024-10.2024

#99aaba color RGB value is (153,170,186).

#99aaba hex color red value is 153, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #99aaba hue: 0.58 , saturation: 0.19 and the lightness value of 99aaba is 0.66.

The process color (four color CMYK) of #99aaba color hex is 0.18, 0.09, 0.00, 0.27. Web safe color of #99aaba is #9999cc. Color #99aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 10111010
Octal 231 252 272
Decimal 153 170 186
Hex 99 AA BA

RGB Percentages of Color #99aaba

%30.06
%33.40
%36.54

CMYK Percentages of Color #99aaba

%18
%9
%0
%27

Triadic Colors of #99aaba

#99aaba #ba99aa #aaba99

Analogous Colors of #99aaba

#99aaba #999aba #99baba

Monochromatic Colors of #99aaba

#99aaba

Complementary Color

#99aaba #baa999

#99aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aaba Color CSS Codes

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

#99aaba Text Font Color

<p style="color:#99aaba">Text here</p>

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


#99aaba Background Color

<div style="background-color:#99aaba">
Div content here</div>

This div background color is #99aaba


#99aaba Border Color

<div style="border:3px solid #99aaba">
Div here</div>

This div border color is #99aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aaba


Comments

No comments written yet.

Please login to write comment.