Color Hex Logo

#9daadc Color Hex

#9DAADC
(157,170,220)
0 Favorites   0 Comments

Color spaces of #9daadc

RGB 157170220
HSL0.630.470.74
HSV228°29°86°
CMYK 0.290.230.00   0.14
XYZ41.197641.084973.4690
Yxy41.08490.26450.2638
Hunter Lab64.09752.5573-23.0904
CIE-Lab70.23546.6930-26.7379

#9daadc color RGB value is (157,170,220).

#9daadc hex color red value is 157, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9daadc hue: 0.63 , saturation: 0.47 and the lightness value of 9daadc is 0.74.

The process color (four color CMYK) of #9daadc color hex is 0.29, 0.23, 0.00, 0.14. Web safe color of #9daadc is #9999cc. Color #9daadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101010 11011100
Octal 235 252 334
Decimal 157 170 220
Hex 9D AA DC

RGB Percentages of Color #9daadc

%28.70
%31.08
%40.22

CMYK Percentages of Color #9daadc

%29
%23
%0
%14

Triadic Colors of #9daadc

#9daadc #dc9daa #aadc9d

Analogous Colors of #9daadc

#9daadc #b09ddc #9dcadc

Monochromatic Colors of #9daadc

#9daadc

Complementary Color

#9daadc #dccf9d

#9daadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daadc Color CSS Codes

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

#9daadc Text Font Color

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

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


#9daadc Background Color

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

This div background color is #9daadc


#9daadc Border Color

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

This div border color is #9daadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daadc


Comments

No comments written yet.

Please login to write comment.