Color Hex Logo

#9aaadd Color Hex

#9AAADD
(154,170,221)
0 Favorites   0 Comments

Color spaces of #9aaadd

RGB 154170221
HSL0.630.500.74
HSV226°30°87°
CMYK 0.300.230.00   0.13
XYZ40.752340.839974.1416
Yxy40.83990.26170.2622
Hunter Lab63.90611.9920-24.0519
CIE-Lab70.06366.0650-27.5677

#9aaadd color RGB value is (154,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101010 11011101
Octal 232 252 335
Decimal 154 170 221
Hex 9A AA DD

RGB Percentages of Color #9aaadd

%28.26
%31.19
%40.55

CMYK Percentages of Color #9aaadd

%30
%23
%0
%13

Triadic Colors of #9aaadd

#9aaadd #dd9aaa #aadd9a

Analogous Colors of #9aaadd

#9aaadd #ac9add #9accdd

Monochromatic Colors of #9aaadd

#9aaadd

Complementary Color

#9aaadd #ddcd9a

#9aaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaadd Color CSS Codes

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

#9aaadd Text Font Color

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

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


#9aaadd Background Color

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

This div background color is #9aaadd


#9aaadd Border Color

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

This div border color is #9aaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaadd


Comments

No comments written yet.

Please login to write comment.