Color Hex Logo

#ae94ab Color Hex

#AE94AB
(174,148,171)
0 Favorites   0 Comments

Color spaces of #ae94ab

RGB 174148171
HSL0.850.140.63
HSV307°15°68°
CMYK 0.000.150.02   0.32
XYZ35.396133.118843.0551
Yxy33.11880.31730.2968
Hunter Lab57.54899.0777-4.0734
CIE-Lab64.257013.7939-8.4232

#ae94ab color RGB value is (174,148,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 10101011
Octal 256 224 253
Decimal 174 148 171
Hex AE 94 AB

RGB Percentages of Color #ae94ab

%35.29
%30.02
%34.69

CMYK Percentages of Color #ae94ab

%0
%15
%2
%32

Triadic Colors of #ae94ab

#ae94ab #abae94 #94abae

Analogous Colors of #ae94ab

#ae94ab #ae949e #a494ae

Monochromatic Colors of #ae94ab

#ae94ab

Complementary Color

#ae94ab #94ae97

#ae94ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae94ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae94ab Color CSS Codes

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

#ae94ab Text Font Color

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

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


#ae94ab Background Color

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

This div background color is #ae94ab


#ae94ab Border Color

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

This div border color is #ae94ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae94ab


Comments

No comments written yet.

Please login to write comment.