Color Hex Logo

#aeabb9 Color Hex

#AEABB9
(174,171,185)
0 Favorites   0 Comments

Color spaces of #aeabb9

RGB 174171185
HSL0.700.090.70
HSV253°73°
CMYK 0.060.080.00   0.27
XYZ40.775441.627351.7847
Yxy41.62730.30390.3102
Hunter Lab64.5192-0.0987-2.4241
CIE-Lab70.61323.7673-6.7816

#aeabb9 color RGB value is (174,171,185).

#aeabb9 hex color red value is 174, green value is 171 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #aeabb9 hue: 0.70 , saturation: 0.09 and the lightness value of aeabb9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10111001
Octal 256 253 271
Decimal 174 171 185
Hex AE AB B9

RGB Percentages of Color #aeabb9

%32.83
%32.26
%34.91

CMYK Percentages of Color #aeabb9

%6
%8
%0
%27

Triadic Colors of #aeabb9

#aeabb9 #b9aeab #abb9ae

Analogous Colors of #aeabb9

#aeabb9 #b5abb9 #abafb9

Monochromatic Colors of #aeabb9

#aeabb9

Complementary Color

#aeabb9 #b6b9ab

#aeabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabb9 Color CSS Codes

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

#aeabb9 Text Font Color

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

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


#aeabb9 Background Color

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

This div background color is #aeabb9


#aeabb9 Border Color

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

This div border color is #aeabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabb9


Comments

No comments written yet.

Please login to write comment.