Color Hex Logo

#ae9990 Color Hex

#AE9990
(174,153,144)
0 Favorites   0 Comments

Color spaces of #ae9990

RGB 174153144
HSL0.050.160.62
HSV18°17°68°
CMYK 0.000.120.17   0.32
XYZ33.880833.794831.1229
Yxy33.79480.34290.3421
Hunter Lab58.13332.29878.9511
CIE-Lab64.79946.24777.5635

#ae9990 color RGB value is (174,153,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 10010000
Octal 256 231 220
Decimal 174 153 144
Hex AE 99 90

RGB Percentages of Color #ae9990

%36.94
%32.48
%30.57

CMYK Percentages of Color #ae9990

%0
%12
%17
%32

Triadic Colors of #ae9990

#ae9990 #90ae99 #9990ae

Analogous Colors of #ae9990

#ae9990 #aea890 #ae9096

Monochromatic Colors of #ae9990

#ae9990

Complementary Color

#ae9990 #90a5ae

#ae9990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9990 Color CSS Codes

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

#ae9990 Text Font Color

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

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


#ae9990 Background Color

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

This div background color is #ae9990


#ae9990 Border Color

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

This div border color is #ae9990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9990


Comments

No comments written yet.

Please login to write comment.