Color Hex Logo

#999fad Color Hex

#999FAD
(153,159,173)
0 Favorites   0 Comments

Color spaces of #999fad

RGB 153159173
HSL0.620.110.64
HSV222°12°68°
CMYK 0.120.080.00   0.32
XYZ33.077834.585744.4675
Yxy34.58570.29500.3084
Hunter Lab58.8096-2.5185-3.6640
CIE-Lab65.42480.7285-7.9977

#999fad color RGB value is (153,159,173).

#999fad hex color red value is 153, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #999fad hue: 0.62 , saturation: 0.11 and the lightness value of 999fad is 0.64.

The process color (four color CMYK) of #999fad color hex is 0.12, 0.08, 0.00, 0.32. Web safe color of #999fad is #999999. Color #999fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011111 10101101
Octal 231 237 255
Decimal 153 159 173
Hex 99 9F AD

RGB Percentages of Color #999fad

%31.55
%32.78
%35.67

CMYK Percentages of Color #999fad

%12
%8
%0
%32

Triadic Colors of #999fad

#999fad #ad999f #9fad99

Analogous Colors of #999fad

#999fad #9d99ad #99a9ad

Monochromatic Colors of #999fad

#999fad

Complementary Color

#999fad #ada799

#999fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#999fad Color CSS Codes

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

#999fad Text Font Color

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

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


#999fad Background Color

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

This div background color is #999fad


#999fad Border Color

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

This div border color is #999fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999fad


Comments

No comments written yet.

Please login to write comment.