Color Hex Logo

#a9aeeb Color Hex

#A9AEEB
(169,174,235)
0 Favorites   0 Comments

Color spaces of #a9aeeb

RGB 169174235
HSL0.650.620.79
HSV235°28°92°
CMYK 0.280.260.00   0.08
XYZ46.493644.705384.7758
Yxy44.70530.26420.2540
Hunter Lab66.86207.1144-28.3717
CIE-Lab72.697411.6461-31.0661

#a9aeeb color RGB value is (169,174,235).

#a9aeeb hex color red value is 169, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a9aeeb hue: 0.65 , saturation: 0.62 and the lightness value of a9aeeb is 0.79.

The process color (four color CMYK) of #a9aeeb color hex is 0.28, 0.26, 0.00, 0.08. Web safe color of #a9aeeb is #9999ff. Color #a9aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101110 11101011
Octal 251 256 353
Decimal 169 174 235
Hex A9 AE EB

RGB Percentages of Color #a9aeeb

%29.24
%30.10
%40.66

CMYK Percentages of Color #a9aeeb

%28
%26
%0
%8

Triadic Colors of #a9aeeb

#a9aeeb #eba9ae #aeeba9

Analogous Colors of #a9aeeb

#a9aeeb #c5a9eb #a9cfeb

Monochromatic Colors of #a9aeeb

#a9aeeb

Complementary Color

#a9aeeb #ebe6a9

#a9aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aeeb Color CSS Codes

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

#a9aeeb Text Font Color

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

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


#a9aeeb Background Color

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

This div background color is #a9aeeb


#a9aeeb Border Color

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

This div border color is #a9aeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,174,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9aeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9aeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #a9aeeb;
  box-shadow:         1px 1px 3px 2px #a9aeeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,174,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aeeb


Comments

No comments written yet.

Please login to write comment.