Color Hex Logo

#9aadde Color Hex

#9AADDE
(154,173,222)
0 Favorites   0 Comments

Color spaces of #9aadde

RGB 154173222
HSL0.620.510.74
HSV223°31°87°
CMYK 0.310.220.00   0.13
XYZ41.454842.031175.0351
Yxy42.03110.26150.2651
Hunter Lab64.83140.6824-23.2396
CIE-Lab70.89244.6469-26.8428

#9aadde color RGB value is (154,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11011110
Octal 232 255 336
Decimal 154 173 222
Hex 9A AD DE

RGB Percentages of Color #9aadde

%28.05
%31.51
%40.44

CMYK Percentages of Color #9aadde

%31
%22
%0
%13

Triadic Colors of #9aadde

#9aadde #de9aad #adde9a

Analogous Colors of #9aadde

#9aadde #a99ade #9acfde

Monochromatic Colors of #9aadde

#9aadde

Complementary Color

#9aadde #decb9a

#9aadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aadde Color CSS Codes

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

#9aadde Text Font Color

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

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


#9aadde Background Color

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

This div background color is #9aadde


#9aadde Border Color

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

This div border color is #9aadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aadde


Comments

No comments written yet.

Please login to write comment.