Color Hex Logo

#999fdf Color Hex

#999FDF
(153,159,223)
0 Favorites   0 Comments

Color spaces of #999fdf

RGB 153159223
HSL0.650.520.74
HSV235°31°87°
CMYK 0.310.290.00   0.13
XYZ38.854336.896374.8859
Yxy36.89630.25790.2449
Hunter Lab60.74237.8798-30.5758
CIE-Lab67.199212.4652-33.0933

#999fdf color RGB value is (153,159,223).

#999fdf hex color red value is 153, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #999fdf hue: 0.65 , saturation: 0.52 and the lightness value of 999fdf is 0.74.

The process color (four color CMYK) of #999fdf color hex is 0.31, 0.29, 0.00, 0.13. Web safe color of #999fdf is #9999cc. Color #999fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011111 11011111
Octal 231 237 337
Decimal 153 159 223
Hex 99 9F DF

RGB Percentages of Color #999fdf

%28.60
%29.72
%41.68

CMYK Percentages of Color #999fdf

%31
%29
%0
%13

Triadic Colors of #999fdf

#999fdf #df999f #9fdf99

Analogous Colors of #999fdf

#999fdf #b699df #99c2df

Monochromatic Colors of #999fdf

#999fdf

Complementary Color

#999fdf #dfd999

#999fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#999fdf Color CSS Codes

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

#999fdf Text Font Color

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

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


#999fdf Background Color

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

This div background color is #999fdf


#999fdf Border Color

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

This div border color is #999fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999fdf


Comments

No comments written yet.

Please login to write comment.