Color Hex Logo

#a5aada Color Hex

#A5AADA
(165,170,218)
0 Favorites   0 Comments

Color spaces of #a5aada

RGB 165170218
HSL0.650.420.75
HSV234°24°85°
CMYK 0.240.220.00   0.15
XYZ42.546741.810772.1575
Yxy41.81070.27180.2671
Hunter Lab64.66124.2949-20.9008
CIE-Lab70.74028.6031-24.8174

#a5aada color RGB value is (165,170,218).

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

The process color (four color CMYK) of #a5aada color hex is 0.24, 0.22, 0.00, 0.15. Web safe color of #a5aada is #9999cc. Color #a5aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101010 11011010
Octal 245 252 332
Decimal 165 170 218
Hex A5 AA DA

RGB Percentages of Color #a5aada

%29.84
%30.74
%39.42

CMYK Percentages of Color #a5aada

%24
%22
%0
%15

Triadic Colors of #a5aada

#a5aada #daa5aa #aadaa5

Analogous Colors of #a5aada

#a5aada #bba5da #a5c5da

Monochromatic Colors of #a5aada

#a5aada

Complementary Color

#a5aada #dad5a5

#a5aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aada Color CSS Codes

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

#a5aada Text Font Color

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

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


#a5aada Background Color

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

This div background color is #a5aada


#a5aada Border Color

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

This div border color is #a5aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aada


Comments

No comments written yet.

Please login to write comment.