Color Hex Logo

#99aabd Color Hex

#99AABD
(153,170,189)
0 Favorites   0 Comments

Color spaces of #99aabd

RGB 153170189
HSL0.590.210.67
HSV212°19°74°
CMYK 0.190.100.00   0.26
XYZ36.696939.195953.7755
Yxy39.19590.28300.3023
Hunter Lab62.6066-4.9338-7.1021
CIE-Lab68.8929-1.8349-11.7230

#99aabd color RGB value is (153,170,189).

#99aabd hex color red value is 153, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #99aabd hue: 0.59 , saturation: 0.21 and the lightness value of 99aabd is 0.67.

The process color (four color CMYK) of #99aabd color hex is 0.19, 0.10, 0.00, 0.26. Web safe color of #99aabd is #9999cc. Color #99aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101010 10111101
Octal 231 252 275
Decimal 153 170 189
Hex 99 AA BD

RGB Percentages of Color #99aabd

%29.88
%33.20
%36.91

CMYK Percentages of Color #99aabd

%19
%10
%0
%26

Triadic Colors of #99aabd

#99aabd #bd99aa #aabd99

Analogous Colors of #99aabd

#99aabd #9a99bd #99bcbd

Monochromatic Colors of #99aabd

#99aabd

Complementary Color

#99aabd #bdac99

#99aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99aabd Color CSS Codes

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

#99aabd Text Font Color

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

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


#99aabd Background Color

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

This div background color is #99aabd


#99aabd Border Color

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

This div border color is #99aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99aabd

#99aabd Color Palettes


Comments

No comments written yet.

Please login to write comment.