Color Hex Logo

#a8aabe Color Hex

#A8AABE
(168,170,190)
0 Favorites   0 Comments

Color spaces of #a8aabe

RGB 168170190
HSL0.650.140.70
HSV235°12°75°
CMYK 0.120.110.00   0.25
XYZ39.817440.792054.4902
Yxy40.79200.29470.3019
Hunter Lab63.8686-0.4884-5.8759
CIE-Lab70.02993.3046-10.4599

#a8aabe color RGB value is (168,170,190).

#a8aabe hex color red value is 168, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a8aabe hue: 0.65 , saturation: 0.14 and the lightness value of a8aabe is 0.70.

The process color (four color CMYK) of #a8aabe color hex is 0.12, 0.11, 0.00, 0.25. Web safe color of #a8aabe is #9999cc. Color #a8aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101010 10111110
Octal 250 252 276
Decimal 168 170 190
Hex A8 AA BE

RGB Percentages of Color #a8aabe

%31.82
%32.20
%35.98

CMYK Percentages of Color #a8aabe

%12
%11
%0
%25

Triadic Colors of #a8aabe

#a8aabe #bea8aa #aabea8

Analogous Colors of #a8aabe

#a8aabe #b1a8be #a8b5be

Monochromatic Colors of #a8aabe

#a8aabe

Complementary Color

#a8aabe #bebca8

#a8aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aabe Color CSS Codes

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

#a8aabe Text Font Color

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

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


#a8aabe Background Color

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

This div background color is #a8aabe


#a8aabe Border Color

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

This div border color is #a8aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aabe


Comments

No comments written yet.

Please login to write comment.