Color Hex Logo

#999dfd Color Hex

#999DFD
(153,157,253)
0 Favorites   0 Comments

Color spaces of #999dfd

RGB 153157253
HSL0.660.960.80
HSV238°40°99°
CMYK 0.400.380.00   0.01
XYZ42.923537.978197.9967
Yxy37.97810.23990.2123
Hunter Lab61.626416.4812-51.1430
CIE-Lab68.004521.5209-48.2639

#999dfd color RGB value is (153,157,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011101 11111101
Octal 231 235 375
Decimal 153 157 253
Hex 99 9D FD

RGB Percentages of Color #999dfd

%27.18
%27.89
%44.94

CMYK Percentages of Color #999dfd

%40
%38
%0
%1

Triadic Colors of #999dfd

#999dfd #fd999d #9dfd99

Analogous Colors of #999dfd

#999dfd #c799fd #99cffd

Monochromatic Colors of #999dfd

#999dfd

Complementary Color

#999dfd #fdf999

#999dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#999dfd Color CSS Codes

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

#999dfd Text Font Color

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

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


#999dfd Background Color

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

This div background color is #999dfd


#999dfd Border Color

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

This div border color is #999dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999dfd


Comments

No comments written yet.

Please login to write comment.