Color Hex Logo

#999dab Color Hex

#999DAB
(153,157,171)
0 Favorites   0 Comments

Color spaces of #999dab

RGB 153157171
HSL0.630.100.64
HSV227°11°67°
CMYK 0.110.080.00   0.33
XYZ32.544533.826543.3420
Yxy33.82650.29660.3083
Hunter Lab58.1606-1.8990-3.4713
CIE-Lab64.82461.4153-7.7699

#999dab color RGB value is (153,157,171).

#999dab hex color red value is 153, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #999dab hue: 0.63 , saturation: 0.10 and the lightness value of 999dab is 0.64.

The process color (four color CMYK) of #999dab color hex is 0.11, 0.08, 0.00, 0.33. Web safe color of #999dab is #999999. Color #999dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011101 10101011
Octal 231 235 253
Decimal 153 157 171
Hex 99 9D AB

RGB Percentages of Color #999dab

%31.81
%32.64
%35.55

CMYK Percentages of Color #999dab

%11
%8
%0
%33

Triadic Colors of #999dab

#999dab #ab999d #9dab99

Analogous Colors of #999dab

#999dab #9e99ab #99a6ab

Monochromatic Colors of #999dab

#999dab

Complementary Color

#999dab #aba799

#999dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#999dab Color CSS Codes

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

#999dab Text Font Color

<p style="color:#999dab">Text here</p>

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


#999dab Background Color

<div style="background-color:#999dab">
Div content here</div>

This div background color is #999dab


#999dab Border Color

<div style="border:3px solid #999dab">
Div here</div>

This div border color is #999dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,157,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999dab;
  -webkit-box-shadow: 1px 1px 3px 2px #999dab;
  box-shadow:         1px 1px 3px 2px #999dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999dab


Comments

No comments written yet.

Please login to write comment.