Color Hex Logo

#a8aaeb Color Hex

#A8AAEB
(168,170,235)
0 Favorites   0 Comments

Color spaces of #a8aaeb

RGB 168170235
HSL0.660.630.79
HSV238°29°92°
CMYK 0.290.280.00   0.08
XYZ45.518643.072484.5120
Yxy43.07240.26300.2488
Hunter Lab65.62968.9502-30.4078
CIE-Lab71.604113.5854-32.7601

#a8aaeb color RGB value is (168,170,235).

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

The process color (four color CMYK) of #a8aaeb color hex is 0.29, 0.28, 0.00, 0.08. Web safe color of #a8aaeb is #9999ff. Color #a8aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101010 11101011
Octal 250 252 353
Decimal 168 170 235
Hex A8 AA EB

RGB Percentages of Color #a8aaeb

%29.32
%29.67
%41.01

CMYK Percentages of Color #a8aaeb

%29
%28
%0
%8

Triadic Colors of #a8aaeb

#a8aaeb #eba8aa #aaeba8

Analogous Colors of #a8aaeb

#a8aaeb #c8a8eb #a8cceb

Monochromatic Colors of #a8aaeb

#a8aaeb

Complementary Color

#a8aaeb #ebe9a8

#a8aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aaeb Color CSS Codes

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

#a8aaeb Text Font Color

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

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


#a8aaeb Background Color

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

This div background color is #a8aaeb


#a8aaeb Border Color

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

This div border color is #a8aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aaeb


Comments

No comments written yet.

Please login to write comment.