Color Hex Logo

#9aabdd Color Hex

#9AABDD
(154,171,221)
0 Favorites   0 Comments

Color spaces of #9aabdd

RGB 154171221
HSL0.620.500.74
HSV225°30°87°
CMYK 0.300.230.00   0.13
XYZ40.940541.216374.2044
Yxy41.21630.26180.2636
Hunter Lab64.19991.4802-23.5894
CIE-Lab70.32725.5083-27.1629

#9aabdd color RGB value is (154,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101011 11011101
Octal 232 253 335
Decimal 154 171 221
Hex 9A AB DD

RGB Percentages of Color #9aabdd

%28.21
%31.32
%40.48

CMYK Percentages of Color #9aabdd

%30
%23
%0
%13

Triadic Colors of #9aabdd

#9aabdd #dd9aab #abdd9a

Analogous Colors of #9aabdd

#9aabdd #ab9add #9acddd

Monochromatic Colors of #9aabdd

#9aabdd

Complementary Color

#9aabdd #ddcc9a

#9aabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aabdd Color CSS Codes

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

#9aabdd Text Font Color

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

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


#9aabdd Background Color

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

This div background color is #9aabdd


#9aabdd Border Color

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

This div border color is #9aabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aabdd


Comments

No comments written yet.

Please login to write comment.