Color Hex Logo

#a5aadb Color Hex

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

Color spaces of #a5aadb

RGB 165170219
HSL0.650.430.75
HSV234°25°86°
CMYK 0.250.220.00   0.14
XYZ42.678041.863372.8489
Yxy41.86330.27120.2660
Hunter Lab64.70194.5122-21.4643
CIE-Lab70.77668.8394-25.3099

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

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

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

Base Numbers

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

RGB Percentages of Color #a5aadb

%29.78
%30.69
%39.53

CMYK Percentages of Color #a5aadb

%25
%22
%0
%14

Triadic Colors of #a5aadb

#a5aadb #dba5aa #aadba5

Analogous Colors of #a5aadb

#a5aadb #bba5db #a5c5db

Monochromatic Colors of #a5aadb

#a5aadb

Complementary Color

#a5aadb #dbd6a5

#a5aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aadb Color CSS Codes

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

#a5aadb Text Font Color

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

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


#a5aadb Background Color

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

This div background color is #a5aadb


#a5aadb Border Color

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

This div border color is #a5aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aadb


Comments

No comments written yet.

Please login to write comment.