Color Hex Logo

#aaa5db Color Hex

#AAA5DB
(170,165,219)
0 Favorites   0 Comments

Color spaces of #aaa5db

RGB 170165219
HSL0.680.430.75
HSV246°25°86°
CMYK 0.220.250.00   0.14
XYZ42.818940.570872.5920
Yxy40.57080.27450.2601
Hunter Lab63.69528.5294-22.9848
CIE-Lab69.874213.1500-26.6599

#aaa5db color RGB value is (170,165,219).

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

The process color (four color CMYK) of #aaa5db color hex is 0.22, 0.25, 0.00, 0.14. Web safe color of #aaa5db is #9999cc. Color #aaa5db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 11011011
Octal 252 245 333
Decimal 170 165 219
Hex AA A5 DB

RGB Percentages of Color #aaa5db

%30.69
%29.78
%39.53

CMYK Percentages of Color #aaa5db

%22
%25
%0
%14

Triadic Colors of #aaa5db

#aaa5db #dbaaa5 #a5dbaa

Analogous Colors of #aaa5db

#aaa5db #c5a5db #a5bbdb

Monochromatic Colors of #aaa5db

#aaa5db

Complementary Color

#aaa5db #d6dba5

#aaa5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa5db Color CSS Codes

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

#aaa5db Text Font Color

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

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


#aaa5db Background Color

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

This div background color is #aaa5db


#aaa5db Border Color

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

This div border color is #aaa5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa5db


Comments

No comments written yet.

Please login to write comment.