Color Hex Logo

#999dbf Color Hex

#999DBF
(153,157,191)
0 Favorites   0 Comments

Color spaces of #999dbf

RGB 153157191
HSL0.650.230.67
HSV234°20°75°
CMYK 0.200.180.00   0.25
XYZ34.597834.647854.1544
Yxy34.64780.28040.2808
Hunter Lab58.86241.9086-13.3441
CIE-Lab65.47355.8252-17.9890

#999dbf color RGB value is (153,157,191).

#999dbf hex color red value is 153, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #999dbf hue: 0.65 , saturation: 0.23 and the lightness value of 999dbf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011101 10111111
Octal 231 235 277
Decimal 153 157 191
Hex 99 9D BF

RGB Percentages of Color #999dbf

%30.54
%31.34
%38.12

CMYK Percentages of Color #999dbf

%20
%18
%0
%25

Triadic Colors of #999dbf

#999dbf #bf999d #9dbf99

Analogous Colors of #999dbf

#999dbf #a899bf #99b0bf

Monochromatic Colors of #999dbf

#999dbf

Complementary Color

#999dbf #bfbb99

#999dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#999dbf Color CSS Codes

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

#999dbf Text Font Color

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

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


#999dbf Background Color

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

This div background color is #999dbf


#999dbf Border Color

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

This div border color is #999dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999dbf


Comments

No comments written yet.

Please login to write comment.