Color Hex Logo

#aaa8d7 Color Hex

#AAA8D7
(170,168,215)
0 Favorites   0 Comments

Color spaces of #aaa8d7

RGB 170168215
HSL0.670.370.75
HSV243°22°84°
CMYK 0.210.220.00   0.16
XYZ42.845941.457670.0339
Yxy41.45760.27760.2686
Hunter Lab64.38766.1023-19.4180
CIE-Lab70.495310.5531-23.5120

#aaa8d7 color RGB value is (170,168,215).

#aaa8d7 hex color red value is 170, green value is 168 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #aaa8d7 hue: 0.67 , saturation: 0.37 and the lightness value of aaa8d7 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 11010111
Octal 252 250 327
Decimal 170 168 215
Hex AA A8 D7

RGB Percentages of Color #aaa8d7

%30.74
%30.38
%38.88

CMYK Percentages of Color #aaa8d7

%21
%22
%0
%16

Triadic Colors of #aaa8d7

#aaa8d7 #d7aaa8 #a8d7aa

Analogous Colors of #aaa8d7

#aaa8d7 #c2a8d7 #a8bed7

Monochromatic Colors of #aaa8d7

#aaa8d7

Complementary Color

#aaa8d7 #d5d7a8

#aaa8d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa8d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa8d7 Color CSS Codes

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

#aaa8d7 Text Font Color

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

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


#aaa8d7 Background Color

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

This div background color is #aaa8d7


#aaa8d7 Border Color

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

This div border color is #aaa8d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa8d7


Comments

No comments written yet.

Please login to write comment.