Color Hex Logo

#999fbd Color Hex

#999FBD
(153,159,189)
0 Favorites   0 Comments

Color spaces of #999fbd

RGB 153159189
HSL0.640.210.67
HSV230°19°74°
CMYK 0.190.160.00   0.26
XYZ34.720335.242753.1167
Yxy35.24270.28210.2863
Hunter Lab59.36560.5070-11.4932
CIE-Lab65.93724.2476-16.1709

#999fbd color RGB value is (153,159,189).

#999fbd hex color red value is 153, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #999fbd hue: 0.64 , saturation: 0.21 and the lightness value of 999fbd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011111 10111101
Octal 231 237 275
Decimal 153 159 189
Hex 99 9F BD

RGB Percentages of Color #999fbd

%30.54
%31.74
%37.72

CMYK Percentages of Color #999fbd

%19
%16
%0
%26

Triadic Colors of #999fbd

#999fbd #bd999f #9fbd99

Analogous Colors of #999fbd

#999fbd #a599bd #99b1bd

Monochromatic Colors of #999fbd

#999fbd

Complementary Color

#999fbd #bdb799

#999fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#999fbd Color CSS Codes

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

#999fbd Text Font Color

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

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


#999fbd Background Color

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

This div background color is #999fbd


#999fbd Border Color

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

This div border color is #999fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,159,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #999fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999fbd

#999fbd Color Palettes


Comments

No comments written yet.

Please login to write comment.