Color Hex Logo

#aaa5ef Color Hex

#AAA5EF
(170,165,239)
0 Favorites   0 Comments

Color spaces of #aaa5ef

RGB 170165239
HSL0.680.700.79
HSV244°31°94°
CMYK 0.290.310.00   0.06
XYZ45.612741.688387.3040
Yxy41.68830.26120.2388
Hunter Lab64.566513.1092-34.9728
CIE-Lab70.655517.9435-36.3978

#aaa5ef color RGB value is (170,165,239).

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

The process color (four color CMYK) of #aaa5ef color hex is 0.29, 0.31, 0.00, 0.06. Web safe color of #aaa5ef is #9999ff. Color #aaa5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 11101111
Octal 252 245 357
Decimal 170 165 239
Hex AA A5 EF

RGB Percentages of Color #aaa5ef

%29.62
%28.75
%41.64

CMYK Percentages of Color #aaa5ef

%29
%31
%0
%6

Triadic Colors of #aaa5ef

#aaa5ef #efaaa5 #a5efaa

Analogous Colors of #aaa5ef

#aaa5ef #cfa5ef #a5c5ef

Monochromatic Colors of #aaa5ef

#aaa5ef

Complementary Color

#aaa5ef #eaefa5

#aaa5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa5ef Color CSS Codes

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

#aaa5ef Text Font Color

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

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


#aaa5ef Background Color

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

This div background color is #aaa5ef


#aaa5ef Border Color

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

This div border color is #aaa5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa5ef


Comments

No comments written yet.

Please login to write comment.