Color Hex Logo

#9986ba Color Hex

#9986BA
(153,134,186)
0 Favorites   0 Comments

Color spaces of #9986ba

RGB 153134186
HSL0.730.270.63
HSV262°28°73°
CMYK 0.180.280.00   0.27
XYZ30.524927.367750.1280
Yxy27.36770.28260.2534
Hunter Lab52.314112.6036-20.1924
CIE-Lab59.313117.7809-24.5816

#9986ba color RGB value is (153,134,186).

#9986ba hex color red value is 153, green value is 134 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9986ba hue: 0.73 , saturation: 0.27 and the lightness value of 9986ba is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000110 10111010
Octal 231 206 272
Decimal 153 134 186
Hex 99 86 BA

RGB Percentages of Color #9986ba

%32.35
%28.33
%39.32

CMYK Percentages of Color #9986ba

%18
%28
%0
%27

Triadic Colors of #9986ba

#9986ba #ba9986 #86ba99

Analogous Colors of #9986ba

#9986ba #b386ba #868dba

Monochromatic Colors of #9986ba

#9986ba

Complementary Color

#9986ba #a7ba86

#9986ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9986ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9986ba Color CSS Codes

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

#9986ba Text Font Color

<p style="color:#9986ba">Text here</p>

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


#9986ba Background Color

<div style="background-color:#9986ba">
Div content here</div>

This div background color is #9986ba


#9986ba Border Color

<div style="border:3px solid #9986ba">
Div here</div>

This div border color is #9986ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9986ba


Comments

No comments written yet.

Please login to write comment.