Color Hex Logo

#999ffd Color Hex

#999FFD
(153,159,253)
0 Favorites   0 Comments

Color spaces of #999ffd

RGB 153159253
HSL0.660.960.80
HSV236°40°99°
CMYK 0.400.370.00   0.01
XYZ43.264638.660498.1104
Yxy38.66040.24030.2147
Hunter Lab62.177515.3940-50.0300
CIE-Lab68.504620.3788-47.4763

#999ffd color RGB value is (153,159,253).

#999ffd hex color red value is 153, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #999ffd hue: 0.66 , saturation: 0.96 and the lightness value of 999ffd is 0.80.

The process color (four color CMYK) of #999ffd color hex is 0.40, 0.37, 0.00, 0.01. Web safe color of #999ffd is #9999ff. Color #999ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011111 11111101
Octal 231 237 375
Decimal 153 159 253
Hex 99 9F FD

RGB Percentages of Color #999ffd

%27.08
%28.14
%44.78

CMYK Percentages of Color #999ffd

%40
%37
%0
%1

Triadic Colors of #999ffd

#999ffd #fd999f #9ffd99

Analogous Colors of #999ffd

#999ffd #c599fd #99d1fd

Monochromatic Colors of #999ffd

#999ffd

Complementary Color

#999ffd #fdf799

#999ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#999ffd Color CSS Codes

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

#999ffd Text Font Color

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

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


#999ffd Background Color

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

This div background color is #999ffd


#999ffd Border Color

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

This div border color is #999ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999ffd


Comments

No comments written yet.

Please login to write comment.