Color Hex Logo

#999cba Color Hex

#999CBA
(153,156,186)
0 Favorites   0 Comments

Color spaces of #999cba

RGB 153156186
HSL0.650.190.66
HSV235°18°73°
CMYK 0.180.160.00   0.27
XYZ33.888334.094451.2491
Yxy34.09440.28420.2860
Hunter Lab58.39041.4136-11.1654
CIE-Lab65.03745.2477-15.8549

#999cba color RGB value is (153,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011100 10111010
Octal 231 234 272
Decimal 153 156 186
Hex 99 9C BA

RGB Percentages of Color #999cba

%30.91
%31.52
%37.58

CMYK Percentages of Color #999cba

%18
%16
%0
%27

Triadic Colors of #999cba

#999cba #ba999c #9cba99

Analogous Colors of #999cba

#999cba #a799ba #99adba

Monochromatic Colors of #999cba

#999cba

Complementary Color

#999cba #bab799

#999cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#999cba Color CSS Codes

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

#999cba Text Font Color

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

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


#999cba Background Color

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

This div background color is #999cba


#999cba Border Color

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

This div border color is #999cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999cba


Comments

No comments written yet.

Please login to write comment.