Color Hex Logo

#aeaabe Color Hex

#AEAABE
(174,170,190)
0 Favorites   0 Comments

Color spaces of #aeaabe

RGB 174170190
HSL0.700.130.71
HSV252°11°75°
CMYK 0.080.110.00   0.25
XYZ41.124541.465854.5514
Yxy41.46580.29990.3024
Hunter Lab64.39391.3077-5.1518
CIE-Lab70.50105.3239-9.7071

#aeaabe color RGB value is (174,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10111110
Octal 256 252 276
Decimal 174 170 190
Hex AE AA BE

RGB Percentages of Color #aeaabe

%32.58
%31.84
%35.58

CMYK Percentages of Color #aeaabe

%8
%11
%0
%25

Triadic Colors of #aeaabe

#aeaabe #beaeaa #aabeae

Analogous Colors of #aeaabe

#aeaabe #b8aabe #aab0be

Monochromatic Colors of #aeaabe

#aeaabe

Complementary Color

#aeaabe #babeaa

#aeaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaabe Color CSS Codes

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

#aeaabe Text Font Color

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

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


#aeaabe Background Color

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

This div background color is #aeaabe


#aeaabe Border Color

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

This div border color is #aeaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaabe


Comments

No comments written yet.

Please login to write comment.