Color Hex Logo

#9aaadb Color Hex

#9AAADB
(154,170,219)
0 Favorites   0 Comments

Color spaces of #9aaadb

RGB 154170219
HSL0.630.470.73
HSV225°30°86°
CMYK 0.300.220.00   0.14
XYZ40.487340.733972.7464
Yxy40.73390.26300.2646
Hunter Lab63.82311.5441-22.9033
CIE-Lab69.98915.5672-26.5855

#9aaadb color RGB value is (154,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101010 11011011
Octal 232 252 333
Decimal 154 170 219
Hex 9A AA DB

RGB Percentages of Color #9aaadb

%28.36
%31.31
%40.33

CMYK Percentages of Color #9aaadb

%30
%22
%0
%14

Triadic Colors of #9aaadb

#9aaadb #db9aaa #aadb9a

Analogous Colors of #9aaadb

#9aaadb #ab9adb #9acbdb

Monochromatic Colors of #9aaadb

#9aaadb

Complementary Color

#9aaadb #dbcb9a

#9aaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaadb Color CSS Codes

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

#9aaadb Text Font Color

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

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


#9aaadb Background Color

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

This div background color is #9aaadb


#9aaadb Border Color

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

This div border color is #9aaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaadb


Comments

No comments written yet.

Please login to write comment.