Color Hex Logo

#aeaabb Color Hex

#AEAABB
(174,170,187)
0 Favorites   0 Comments

Color spaces of #aeaabb

RGB 174170187
HSL0.710.110.70
HSV254°73°
CMYK 0.070.090.00   0.27
XYZ40.799941.336052.8420
Yxy41.33600.30230.3062
Hunter Lab64.29310.7619-3.7249
CIE-Lab70.41074.7157-8.1861

#aeaabb color RGB value is (174,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10111011
Octal 256 252 273
Decimal 174 170 187
Hex AE AA BB

RGB Percentages of Color #aeaabb

%32.77
%32.02
%35.22

CMYK Percentages of Color #aeaabb

%7
%9
%0
%27

Triadic Colors of #aeaabb

#aeaabb #bbaeaa #aabbae

Analogous Colors of #aeaabb

#aeaabb #b7aabb #aaafbb

Monochromatic Colors of #aeaabb

#aeaabb

Complementary Color

#aeaabb #b7bbaa

#aeaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaabb Color CSS Codes

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

#aeaabb Text Font Color

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

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


#aeaabb Background Color

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

This div background color is #aeaabb


#aeaabb Border Color

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

This div border color is #aeaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaabb


Comments

No comments written yet.

Please login to write comment.