Color Hex Logo

#aeaaba Color Hex

#AEAABA
(174,170,186)
0 Favorites   0 Comments

Color spaces of #aeaaba

RGB 174170186
HSL0.710.100.70
HSV255°73°
CMYK 0.060.090.00   0.27
XYZ40.693241.293352.2800
Yxy41.29330.30310.3075
Hunter Lab64.25990.5821-3.2548
CIE-Lab70.38094.5149-7.6782

#aeaaba color RGB value is (174,170,186).

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

The process color (four color CMYK) of #aeaaba color hex is 0.06, 0.09, 0.00, 0.27. Web safe color of #aeaaba is #9999cc. Color #aeaaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10111010
Octal 256 252 272
Decimal 174 170 186
Hex AE AA BA

RGB Percentages of Color #aeaaba

%32.83
%32.08
%35.09

CMYK Percentages of Color #aeaaba

%6
%9
%0
%27

Triadic Colors of #aeaaba

#aeaaba #baaeaa #aabaae

Analogous Colors of #aeaaba

#aeaaba #b6aaba #aaaeba

Monochromatic Colors of #aeaaba

#aeaaba

Complementary Color

#aeaaba #b6baaa

#aeaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaaba Color CSS Codes

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

#aeaaba Text Font Color

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

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


#aeaaba Background Color

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

This div background color is #aeaaba


#aeaaba Border Color

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

This div border color is #aeaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaaba


Comments

No comments written yet.

Please login to write comment.