Color Hex Logo

#9aaede Color Hex

#9AAEDE
(154,174,222)
0 Favorites   0 Comments

Color spaces of #9aaede

RGB 154174222
HSL0.620.510.74
HSV222°31°87°
CMYK 0.310.220.00   0.13
XYZ41.647342.416175.0993
Yxy42.41610.26170.2665
Hunter Lab65.12760.1724-22.7785
CIE-Lab71.15694.0929-26.4372

#9aaede color RGB value is (154,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101110 11011110
Octal 232 256 336
Decimal 154 174 222
Hex 9A AE DE

RGB Percentages of Color #9aaede

%28.00
%31.64
%40.36

CMYK Percentages of Color #9aaede

%31
%22
%0
%13

Triadic Colors of #9aaede

#9aaede #de9aae #aede9a

Analogous Colors of #9aaede

#9aaede #a89ade #9ad0de

Monochromatic Colors of #9aaede

#9aaede

Complementary Color

#9aaede #deca9a

#9aaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaede Color CSS Codes

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

#9aaede Text Font Color

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

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


#9aaede Background Color

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

This div background color is #9aaede


#9aaede Border Color

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

This div border color is #9aaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaede


Comments

No comments written yet.

Please login to write comment.