Color Hex Logo

#9995ba Color Hex

#9995BA
(153,149,186)
0 Favorites   0 Comments

Color spaces of #9995ba

RGB 153149186
HSL0.680.210.66
HSV246°20°73°
CMYK 0.180.200.00   0.27
XYZ32.747231.812450.8688
Yxy31.81240.28370.2756
Hunter Lab56.40254.9325-13.9913
CIE-Lab63.18759.1964-18.6586

#9995ba color RGB value is (153,149,186).

#9995ba hex color red value is 153, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9995ba hue: 0.68 , saturation: 0.21 and the lightness value of 9995ba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010101 10111010
Octal 231 225 272
Decimal 153 149 186
Hex 99 95 BA

RGB Percentages of Color #9995ba

%31.35
%30.53
%38.11

CMYK Percentages of Color #9995ba

%18
%20
%0
%27

Triadic Colors of #9995ba

#9995ba #ba9995 #95ba99

Analogous Colors of #9995ba

#9995ba #ac95ba #95a4ba

Monochromatic Colors of #9995ba

#9995ba

Complementary Color

#9995ba #b6ba95

#9995ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9995ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9995ba Color CSS Codes

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

#9995ba Text Font Color

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

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


#9995ba Background Color

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

This div background color is #9995ba


#9995ba Border Color

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

This div border color is #9995ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9995ba


Comments

No comments written yet.

Please login to write comment.