Color Hex Logo

#9dadfb Color Hex

#9DADFB
(157,173,251)
0 Favorites   0 Comments

Color spaces of #9dadfb

RGB 157173251
HSL0.640.920.80
HSV230°37°98°
CMYK 0.370.310.00   0.02
XYZ46.260844.020397.3253
Yxy44.02030.24660.2346
Hunter Lab66.34788.3499-40.5288
CIE-Lab72.242112.9502-40.5157

#9dadfb color RGB value is (157,173,251).

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

The process color (four color CMYK) of #9dadfb color hex is 0.37, 0.31, 0.00, 0.02. Web safe color of #9dadfb is #9999ff. Color #9dadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101101 11111011
Octal 235 255 373
Decimal 157 173 251
Hex 9D AD FB

RGB Percentages of Color #9dadfb

%27.02
%29.78
%43.20

CMYK Percentages of Color #9dadfb

%37
%31
%0
%2

Triadic Colors of #9dadfb

#9dadfb #fb9dad #adfb9d

Analogous Colors of #9dadfb

#9dadfb #bc9dfb #9ddcfb

Monochromatic Colors of #9dadfb

#9dadfb

Complementary Color

#9dadfb #fbeb9d

#9dadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dadfb Color CSS Codes

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

#9dadfb Text Font Color

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

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


#9dadfb Background Color

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

This div background color is #9dadfb


#9dadfb Border Color

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

This div border color is #9dadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.