Color Hex Logo

#9aa6db Color Hex

#9AA6DB
(154,166,219)
0 Favorites   0 Comments

Color spaces of #9aa6db

RGB 154166219
HSL0.640.470.73
HSV229°30°86°
CMYK 0.300.240.00   0.14
XYZ39.748839.256972.5002
Yxy39.25690.26240.2591
Hunter Lab62.65533.5943-24.7474
CIE-Lab68.93697.8008-28.2021

#9aa6db color RGB value is (154,166,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10100110 11011011
Octal 232 246 333
Decimal 154 166 219
Hex 9A A6 DB

RGB Percentages of Color #9aa6db

%28.57
%30.80
%40.63

CMYK Percentages of Color #9aa6db

%30
%24
%0
%14

Triadic Colors of #9aa6db

#9aa6db #db9aa6 #a6db9a

Analogous Colors of #9aa6db

#9aa6db #af9adb #9ac7db

Monochromatic Colors of #9aa6db

#9aa6db

Complementary Color

#9aa6db #dbcf9a

#9aa6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa6db Color CSS Codes

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

#9aa6db Text Font Color

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

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


#9aa6db Background Color

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

This div background color is #9aa6db


#9aa6db Border Color

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

This div border color is #9aa6db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,166,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 #9aa6db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa6db


Comments

No comments written yet.

Please login to write comment.