Color Hex Logo

#9aaddf Color Hex

#9AADDF
(154,173,223)
0 Favorites   0 Comments

Color spaces of #9aaddf

RGB 154173223
HSL0.620.520.74
HSV223°31°87°
CMYK 0.310.220.00   0.13
XYZ41.589342.084975.7432
Yxy42.08490.26090.2640
Hunter Lab64.87290.9069-23.8138
CIE-Lab70.92944.8968-27.3329

#9aaddf color RGB value is (154,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11011111
Octal 232 255 337
Decimal 154 173 223
Hex 9A AD DF

RGB Percentages of Color #9aaddf

%28.00
%31.45
%40.55

CMYK Percentages of Color #9aaddf

%31
%22
%0
%13

Triadic Colors of #9aaddf

#9aaddf #df9aad #addf9a

Analogous Colors of #9aaddf

#9aaddf #aa9adf #9ad0df

Monochromatic Colors of #9aaddf

#9aaddf

Complementary Color

#9aaddf #dfcc9a

#9aaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaddf Color CSS Codes

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

#9aaddf Text Font Color

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

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


#9aaddf Background Color

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

This div background color is #9aaddf


#9aaddf Border Color

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

This div border color is #9aaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaddf


Comments

No comments written yet.

Please login to write comment.