Color Hex Logo

#a5aadd Color Hex

#A5AADD
(165,170,221)
0 Favorites   0 Comments

Color spaces of #a5aadd

RGB 165170221
HSL0.650.450.76
HSV235°25°87°
CMYK 0.250.230.00   0.13
XYZ42.942941.969274.2442
Yxy41.96920.26980.2637
Hunter Lab64.78364.9503-22.5998
CIE-Lab70.84979.3148-26.2935

#a5aadd color RGB value is (165,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101010 11011101
Octal 245 252 335
Decimal 165 170 221
Hex A5 AA DD

RGB Percentages of Color #a5aadd

%29.68
%30.58
%39.75

CMYK Percentages of Color #a5aadd

%25
%23
%0
%13

Triadic Colors of #a5aadd

#a5aadd #dda5aa #aadda5

Analogous Colors of #a5aadd

#a5aadd #bca5dd #a5c6dd

Monochromatic Colors of #a5aadd

#a5aadd

Complementary Color

#a5aadd #ddd8a5

#a5aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aadd Color CSS Codes

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

#a5aadd Text Font Color

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

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


#a5aadd Background Color

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

This div background color is #a5aadd


#a5aadd Border Color

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

This div border color is #a5aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aadd


Comments

No comments written yet.

Please login to write comment.