Color Hex Logo

#a9a8eb Color Hex

#A9A8EB
(169,168,235)
0 Favorites   0 Comments

Color spaces of #a9a8eb

RGB 169168235
HSL0.670.630.79
HSV241°29°92°
CMYK 0.280.290.00   0.08
XYZ45.360242.438484.3980
Yxy42.43840.26340.2465
Hunter Lab65.144810.2859-31.2116
CIE-Lab71.172114.9929-33.4222

#a9a8eb color RGB value is (169,168,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101000 11101011
Octal 251 250 353
Decimal 169 168 235
Hex A9 A8 EB

RGB Percentages of Color #a9a8eb

%29.55
%29.37
%41.08

CMYK Percentages of Color #a9a8eb

%28
%29
%0
%8

Triadic Colors of #a9a8eb

#a9a8eb #eba9a8 #a8eba9

Analogous Colors of #a9a8eb

#a9a8eb #cba8eb #a8c9eb

Monochromatic Colors of #a9a8eb

#a9a8eb

Complementary Color

#a9a8eb #eaeba8

#a9a8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a8eb Color CSS Codes

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

#a9a8eb Text Font Color

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

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


#a9a8eb Background Color

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

This div background color is #a9a8eb


#a9a8eb Border Color

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

This div border color is #a9a8eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,168,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 #a9a8eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a8eb


Comments

No comments written yet.

Please login to write comment.