Color Hex Logo

#aaa7d5 Color Hex

#AAA7D5
(170,167,213)
0 Favorites   0 Comments

Color spaces of #aaa7d5

RGB 170167213
HSL0.680.350.75
HSV244°22°84°
CMYK 0.200.220.00   0.16
XYZ42.406540.987668.6271
Yxy40.98760.27900.2696
Hunter Lab64.02166.1968-18.7401
CIE-Lab70.167210.6522-22.9138

#aaa7d5 color RGB value is (170,167,213).

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

The process color (four color CMYK) of #aaa7d5 color hex is 0.20, 0.22, 0.00, 0.16. Web safe color of #aaa7d5 is #9999cc. Color #aaa7d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 11010101
Octal 252 247 325
Decimal 170 167 213
Hex AA A7 D5

RGB Percentages of Color #aaa7d5

%30.91
%30.36
%38.73

CMYK Percentages of Color #aaa7d5

%20
%22
%0
%16

Triadic Colors of #aaa7d5

#aaa7d5 #d5aaa7 #a7d5aa

Analogous Colors of #aaa7d5

#aaa7d5 #c1a7d5 #a7bbd5

Monochromatic Colors of #aaa7d5

#aaa7d5

Complementary Color

#aaa7d5 #d2d5a7

#aaa7d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa7d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa7d5 Color CSS Codes

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

#aaa7d5 Text Font Color

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

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


#aaa7d5 Background Color

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

This div background color is #aaa7d5


#aaa7d5 Border Color

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

This div border color is #aaa7d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa7d5


Comments

No comments written yet.

Please login to write comment.