Color Hex Logo

#9aaddd Color Hex

#9AADDD
(154,173,221)
0 Favorites   0 Comments

Color spaces of #9aaddd

RGB 154173221
HSL0.620.500.74
HSV223°30°87°
CMYK 0.300.220.00   0.13
XYZ41.321141.977674.3312
Yxy41.97760.26210.2663
Hunter Lab64.79010.4590-22.6680
CIE-Lab70.85554.3978-26.3523

#9aaddd color RGB value is (154,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11011101
Octal 232 255 335
Decimal 154 173 221
Hex 9A AD DD

RGB Percentages of Color #9aaddd

%28.10
%31.57
%40.33

CMYK Percentages of Color #9aaddd

%30
%22
%0
%13

Triadic Colors of #9aaddd

#9aaddd #dd9aad #addd9a

Analogous Colors of #9aaddd

#9aaddd #a99add #9acfdd

Monochromatic Colors of #9aaddd

#9aaddd

Complementary Color

#9aaddd #ddca9a

#9aaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaddd Color CSS Codes

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

#9aaddd Text Font Color

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

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


#9aaddd Background Color

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

This div background color is #9aaddd


#9aaddd Border Color

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

This div border color is #9aaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaddd


Comments

No comments written yet.

Please login to write comment.