Color Hex Logo

#999aba Color Hex

#999ABA
(153,154,186)
0 Favorites   0 Comments

Color spaces of #999aba

RGB 153154186
HSL0.660.190.66
HSV238°18°73°
CMYK 0.180.170.00   0.27
XYZ33.555433.428751.1382
Yxy33.42870.28410.2830
Hunter Lab57.81762.4148-11.9682
CIE-Lab64.50656.3713-16.6579

#999aba color RGB value is (153,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011010 10111010
Octal 231 232 272
Decimal 153 154 186
Hex 99 9A BA

RGB Percentages of Color #999aba

%31.03
%31.24
%37.73

CMYK Percentages of Color #999aba

%18
%17
%0
%27

Triadic Colors of #999aba

#999aba #ba999a #9aba99

Analogous Colors of #999aba

#999aba #a999ba #99abba

Monochromatic Colors of #999aba

#999aba

Complementary Color

#999aba #bab999

#999aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#999aba Color CSS Codes

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

#999aba Text Font Color

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

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


#999aba Background Color

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

This div background color is #999aba


#999aba Border Color

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

This div border color is #999aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,154,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 #999aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999aba


Comments

No comments written yet.

Please login to write comment.