Color Hex Logo

#9dadfd Color Hex

#9DADFD
(157,173,253)
0 Favorites   0 Comments

Color spaces of #9dadfd

RGB 157173253
HSL0.640.960.80
HSV230°38°99°
CMYK 0.380.320.00   0.01
XYZ46.577844.147198.9948
Yxy44.14710.24550.2327
Hunter Lab66.44338.8556-41.8267
CIE-Lab72.326713.4816-41.4651

#9dadfd color RGB value is (157,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101101 11111101
Octal 235 255 375
Decimal 157 173 253
Hex 9D AD FD

RGB Percentages of Color #9dadfd

%26.93
%29.67
%43.40

CMYK Percentages of Color #9dadfd

%38
%32
%0
%1

Triadic Colors of #9dadfd

#9dadfd #fd9dad #adfd9d

Analogous Colors of #9dadfd

#9dadfd #bd9dfd #9dddfd

Monochromatic Colors of #9dadfd

#9dadfd

Complementary Color

#9dadfd #fded9d

#9dadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dadfd Color CSS Codes

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

#9dadfd Text Font Color

<p style="color:#9dadfd">Text here</p>

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


#9dadfd Background Color

<div style="background-color:#9dadfd">
Div content here</div>

This div background color is #9dadfd


#9dadfd Border Color

<div style="border:3px solid #9dadfd">
Div here</div>

This div border color is #9dadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dadfd


Comments

No comments written yet.

Please login to write comment.