Color Hex Logo

#9daafb Color Hex

#9DAAFB
(157,170,251)
0 Favorites   0 Comments

Color spaces of #9daafb

RGB 157170251
HSL0.640.920.80
HSV232°37°98°
CMYK 0.370.320.00   0.02
XYZ45.691942.882697.1357
Yxy42.88260.24600.2309
Hunter Lab65.48489.9496-42.1074
CIE-Lab71.475214.6367-41.7127

#9daafb color RGB value is (157,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101010 11111011
Octal 235 252 373
Decimal 157 170 251
Hex 9D AA FB

RGB Percentages of Color #9daafb

%27.16
%29.41
%43.43

CMYK Percentages of Color #9daafb

%37
%32
%0
%2

Triadic Colors of #9daafb

#9daafb #fb9daa #aafb9d

Analogous Colors of #9daafb

#9daafb #bf9dfb #9dd9fb

Monochromatic Colors of #9daafb

#9daafb

Complementary Color

#9daafb #fbee9d

#9daafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daafb Color CSS Codes

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

#9daafb Text Font Color

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

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


#9daafb Background Color

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

This div background color is #9daafb


#9daafb Border Color

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

This div border color is #9daafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daafb

Related Colors


Comments

No comments written yet.

Please login to write comment.