Color Hex Logo

#a8aae5 Color Hex

#A8AAE5
(168,170,229)
0 Favorites   0 Comments

Color spaces of #a8aae5

RGB 168170229
HSL0.660.540.78
HSV238°27°90°
CMYK 0.270.260.00   0.10
XYZ44.666042.731480.0226
Yxy42.73140.26680.2552
Hunter Lab65.36937.5706-26.8221
CIE-Lab71.372312.1267-29.8458

#a8aae5 color RGB value is (168,170,229).

#a8aae5 hex color red value is 168, green value is 170 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a8aae5 hue: 0.66 , saturation: 0.54 and the lightness value of a8aae5 is 0.78.

The process color (four color CMYK) of #a8aae5 color hex is 0.27, 0.26, 0.00, 0.10. Web safe color of #a8aae5 is #9999cc. Color #a8aae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101010 11100101
Octal 250 252 345
Decimal 168 170 229
Hex A8 AA E5

RGB Percentages of Color #a8aae5

%29.63
%29.98
%40.39

CMYK Percentages of Color #a8aae5

%27
%26
%0
%10

Triadic Colors of #a8aae5

#a8aae5 #e5a8aa #aae5a8

Analogous Colors of #a8aae5

#a8aae5 #c5a8e5 #a8c9e5

Monochromatic Colors of #a8aae5

#a8aae5

Complementary Color

#a8aae5 #e5e3a8

#a8aae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aae5 Color CSS Codes

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

#a8aae5 Text Font Color

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

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


#a8aae5 Background Color

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

This div background color is #a8aae5


#a8aae5 Border Color

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

This div border color is #a8aae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aae5


Comments

No comments written yet.

Please login to write comment.