Color Hex Logo

#9994ba Color Hex

#9994BA
(153,148,186)
0 Favorites   0 Comments

Color spaces of #9994ba

RGB 153148186
HSL0.690.220.65
HSV248°20°73°
CMYK 0.180.200.00   0.27
XYZ32.589731.497350.8163
Yxy31.49730.28360.2741
Hunter Lab56.12255.4387-14.3986
CIE-Lab62.92529.7642-19.0575

#9994ba color RGB value is (153,148,186).

#9994ba hex color red value is 153, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9994ba hue: 0.69 , saturation: 0.22 and the lightness value of 9994ba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010100 10111010
Octal 231 224 272
Decimal 153 148 186
Hex 99 94 BA

RGB Percentages of Color #9994ba

%31.42
%30.39
%38.19

CMYK Percentages of Color #9994ba

%18
%20
%0
%27

Triadic Colors of #9994ba

#9994ba #ba9994 #94ba99

Analogous Colors of #9994ba

#9994ba #ac94ba #94a2ba

Monochromatic Colors of #9994ba

#9994ba

Complementary Color

#9994ba #b5ba94

#9994ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9994ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9994ba Color CSS Codes

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

#9994ba Text Font Color

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

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


#9994ba Background Color

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

This div background color is #9994ba


#9994ba Border Color

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

This div border color is #9994ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9994ba


Comments

No comments written yet.

Please login to write comment.