Color Hex Logo

#aaaaed Color Hex

#AAAAED
(170,170,237)
0 Favorites   0 Comments

Color spaces of #aaaaed

RGB 170170237
HSL0.670.650.80
HSV240°28°93°
CMYK 0.280.280.00   0.07
XYZ46.238443.409986.0627
Yxy43.40990.26320.2471
Hunter Lab65.88629.9690-31.3262
CIE-Lab71.832314.6529-33.4840

#aaaaed color RGB value is (170,170,237).

#aaaaed hex color red value is 170, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aaaaed hue: 0.67 , saturation: 0.65 and the lightness value of aaaaed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11101101
Octal 252 252 355
Decimal 170 170 237
Hex AA AA ED

RGB Percentages of Color #aaaaed

%29.46
%29.46
%41.07

CMYK Percentages of Color #aaaaed

%28
%28
%0
%7

Triadic Colors of #aaaaed

#aaaaed #edaaaa #aaedaa

Analogous Colors of #aaaaed

#aaaaed #ccaaed #aacced

Monochromatic Colors of #aaaaed

#aaaaed

Complementary Color

#aaaaed #ededaa

#aaaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaed Color CSS Codes

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

#aaaaed Text Font Color

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

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


#aaaaed Background Color

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

This div background color is #aaaaed


#aaaaed Border Color

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

This div border color is #aaaaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,170,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaaaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaaaed;
  -webkit-box-shadow: 1px 1px 3px 2px #aaaaed;
  box-shadow:         1px 1px 3px 2px #aaaaed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaed


Comments

No comments written yet.

Please login to write comment.