Color Hex Logo

#ae909a Color Hex

#AE909A
(174,144,154)
0 Favorites   0 Comments

Color spaces of #ae909a

RGB 174144154
HSL0.940.160.62
HSV340°17°68°
CMYK 0.000.170.11   0.32
XYZ33.261631.278334.8561
Yxy31.27830.33460.3147
Hunter Lab55.92708.28752.1968
CIE-Lab62.741912.9432-1.0540

#ae909a color RGB value is (174,144,154).

#ae909a hex color red value is 174, green value is 144 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae909a hue: 0.94 , saturation: 0.16 and the lightness value of ae909a is 0.62.

The process color (four color CMYK) of #ae909a color hex is 0.00, 0.17, 0.11, 0.32. Web safe color of #ae909a is #999999. Color #ae909a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 10011010
Octal 256 220 232
Decimal 174 144 154
Hex AE 90 9A

RGB Percentages of Color #ae909a

%36.86
%30.51
%32.63

CMYK Percentages of Color #ae909a

%0
%17
%11
%32

Triadic Colors of #ae909a

#ae909a #9aae90 #909aae

Analogous Colors of #ae909a

#ae909a #ae9590 #ae90a9

Monochromatic Colors of #ae909a

#ae909a

Complementary Color

#ae909a #90aea4

#ae909a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae909a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae909a Color CSS Codes

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

#ae909a Text Font Color

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

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


#ae909a Background Color

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

This div background color is #ae909a


#ae909a Border Color

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

This div border color is #ae909a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae909a


Comments

No comments written yet.

Please login to write comment.