Color Hex Logo

#999aaf Color Hex

#999AAF
(153,154,175)
0 Favorites   0 Comments

Color spaces of #999aaf

RGB 153154175
HSL0.660.120.64
HSV237°13°69°
CMYK 0.130.120.00   0.31
XYZ32.430332.978745.2137
Yxy32.97870.29320.2981
Hunter Lab57.42710.3054-6.4815
CIE-Lab64.14373.9408-11.0320

#999aaf color RGB value is (153,154,175).

#999aaf hex color red value is 153, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #999aaf hue: 0.66 , saturation: 0.12 and the lightness value of 999aaf is 0.64.

The process color (four color CMYK) of #999aaf color hex is 0.13, 0.12, 0.00, 0.31. Web safe color of #999aaf is #999999. Color #999aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011010 10101111
Octal 231 232 257
Decimal 153 154 175
Hex 99 9A AF

RGB Percentages of Color #999aaf

%31.74
%31.95
%36.31

CMYK Percentages of Color #999aaf

%13
%12
%0
%31

Triadic Colors of #999aaf

#999aaf #af999a #9aaf99

Analogous Colors of #999aaf

#999aaf #a399af #99a5af

Monochromatic Colors of #999aaf

#999aaf

Complementary Color

#999aaf #afae99

#999aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#999aaf Color CSS Codes

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

#999aaf Text Font Color

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

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


#999aaf Background Color

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

This div background color is #999aaf


#999aaf Border Color

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

This div border color is #999aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999aaf


Comments

No comments written yet.

Please login to write comment.