Color Hex Logo

#aaa5de Color Hex

#AAA5DE
(170,165,222)
0 Favorites   0 Comments

Color spaces of #aaa5de

RGB 170165222
HSL0.680.460.76
HSV245°26°87°
CMYK 0.230.260.00   0.13
XYZ43.217540.730274.6912
Yxy40.73020.27240.2567
Hunter Lab63.82029.1905-24.7152
CIE-Lab69.986513.8516-28.1344

#aaa5de color RGB value is (170,165,222).

#aaa5de hex color red value is 170, green value is 165 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aaa5de hue: 0.68 , saturation: 0.46 and the lightness value of aaa5de is 0.76.

The process color (four color CMYK) of #aaa5de color hex is 0.23, 0.26, 0.00, 0.13. Web safe color of #aaa5de is #9999cc. Color #aaa5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 11011110
Octal 252 245 336
Decimal 170 165 222
Hex AA A5 DE

RGB Percentages of Color #aaa5de

%30.52
%29.62
%39.86

CMYK Percentages of Color #aaa5de

%23
%26
%0
%13

Triadic Colors of #aaa5de

#aaa5de #deaaa5 #a5deaa

Analogous Colors of #aaa5de

#aaa5de #c7a5de #a5bdde

Monochromatic Colors of #aaa5de

#aaa5de

Complementary Color

#aaa5de #d9dea5

#aaa5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa5de Color CSS Codes

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

#aaa5de Text Font Color

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

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


#aaa5de Background Color

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

This div background color is #aaa5de


#aaa5de Border Color

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

This div border color is #aaa5de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,165,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 #aaa5de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa5de


Comments

No comments written yet.

Please login to write comment.