Color Hex Logo

#ae94ad Color Hex

#AE94AD
(174,148,173)
0 Favorites   0 Comments

Color spaces of #ae94ad

RGB 174148173
HSL0.840.140.63
HSV302°15°68°
CMYK 0.000.150.01   0.32
XYZ35.588333.195644.0669
Yxy33.19560.31540.2942
Hunter Lab57.61569.4294-5.0166
CIE-Lab64.319014.1766-9.4574

#ae94ad color RGB value is (174,148,173).

#ae94ad hex color red value is 174, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ae94ad hue: 0.84 , saturation: 0.14 and the lightness value of ae94ad is 0.63.

The process color (four color CMYK) of #ae94ad color hex is 0.00, 0.15, 0.01, 0.32. Web safe color of #ae94ad is #999999. Color #ae94ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 10101101
Octal 256 224 255
Decimal 174 148 173
Hex AE 94 AD

RGB Percentages of Color #ae94ad

%35.15
%29.90
%34.95

CMYK Percentages of Color #ae94ad

%0
%15
%1
%32

Triadic Colors of #ae94ad

#ae94ad #adae94 #94adae

Analogous Colors of #ae94ad

#ae94ad #ae94a0 #a294ae

Monochromatic Colors of #ae94ad

#ae94ad

Complementary Color

#ae94ad #94ae95

#ae94ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae94ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae94ad Color CSS Codes

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

#ae94ad Text Font Color

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

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


#ae94ad Background Color

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

This div background color is #ae94ad


#ae94ad Border Color

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

This div border color is #ae94ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae94ad


Comments

No comments written yet.

Please login to write comment.