Color Hex Logo

#9daaf5 Color Hex

#9DAAF5
(157,170,245)
0 Favorites   0 Comments

Color spaces of #9daaf5

RGB 157170245
HSL0.640.810.79
HSV231°36°96°
CMYK 0.360.310.00   0.04
XYZ44.760842.510192.2323
Yxy42.51010.24940.2368
Hunter Lab65.19988.4438-38.2324
CIE-Lab71.221213.0527-38.8549

#9daaf5 color RGB value is (157,170,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101010 11110101
Octal 235 252 365
Decimal 157 170 245
Hex 9D AA F5

RGB Percentages of Color #9daaf5

%27.45
%29.72
%42.83

CMYK Percentages of Color #9daaf5

%36
%31
%0
%4

Triadic Colors of #9daaf5

#9daaf5 #f59daa #aaf59d

Analogous Colors of #9daaf5

#9daaf5 #bc9df5 #9dd6f5

Monochromatic Colors of #9daaf5

#9daaf5

Complementary Color

#9daaf5 #f5e89d

#9daaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daaf5 Color CSS Codes

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

#9daaf5 Text Font Color

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

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


#9daaf5 Background Color

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

This div background color is #9daaf5


#9daaf5 Border Color

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

This div border color is #9daaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daaf5

Related Colors


Comments

No comments written yet.

Please login to write comment.