Color Hex Logo

#9aadd1 Color Hex

#9AADD1
(154,173,209)
0 Favorites   0 Comments

Color spaces of #9aadd1

RGB 154173209
HSL0.610.370.71
HSV219°26°82°
CMYK 0.260.170.00   0.18
XYZ39.778641.360666.2084
Yxy41.36060.27000.2807
Hunter Lab64.3122-2.1399-16.0196
CIE-Lab70.42781.4681-20.4259

#9aadd1 color RGB value is (154,173,209).

#9aadd1 hex color red value is 154, green value is 173 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #9aadd1 hue: 0.61 , saturation: 0.37 and the lightness value of 9aadd1 is 0.71.

The process color (four color CMYK) of #9aadd1 color hex is 0.26, 0.17, 0.00, 0.18. Web safe color of #9aadd1 is #9999cc. Color #9aadd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11010001
Octal 232 255 321
Decimal 154 173 209
Hex 9A AD D1

RGB Percentages of Color #9aadd1

%28.73
%32.28
%38.99

CMYK Percentages of Color #9aadd1

%26
%17
%0
%18

Triadic Colors of #9aadd1

#9aadd1 #d19aad #add19a

Analogous Colors of #9aadd1

#9aadd1 #a39ad1 #9ac9d1

Monochromatic Colors of #9aadd1

#9aadd1

Complementary Color

#9aadd1 #d1be9a

#9aadd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aadd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aadd1 Color CSS Codes

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

#9aadd1 Text Font Color

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

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


#9aadd1 Background Color

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

This div background color is #9aadd1


#9aadd1 Border Color

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

This div border color is #9aadd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aadd1


Comments

No comments written yet.

Please login to write comment.