Color Hex Logo

#ae99ab Color Hex

#AE99AB
(174,153,171)
0 Favorites   0 Comments

Color spaces of #ae99ab

RGB 174153171
HSL0.860.110.64
HSV309°12°68°
CMYK 0.000.120.02   0.32
XYZ36.197534.721443.3222
Yxy34.72140.31690.3039
Hunter Lab58.92496.5339-2.3432
CIE-Lab65.531210.9963-6.5293

#ae99ab color RGB value is (174,153,171).

#ae99ab hex color red value is 174, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae99ab hue: 0.86 , saturation: 0.11 and the lightness value of ae99ab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 10101011
Octal 256 231 253
Decimal 174 153 171
Hex AE 99 AB

RGB Percentages of Color #ae99ab

%34.94
%30.72
%34.34

CMYK Percentages of Color #ae99ab

%0
%12
%2
%32

Triadic Colors of #ae99ab

#ae99ab #abae99 #99abae

Analogous Colors of #ae99ab

#ae99ab #ae99a1 #a799ae

Monochromatic Colors of #ae99ab

#ae99ab

Complementary Color

#ae99ab #99ae9c

#ae99ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae99ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae99ab Color CSS Codes

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

#ae99ab Text Font Color

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

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


#ae99ab Background Color

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

This div background color is #ae99ab


#ae99ab Border Color

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

This div border color is #ae99ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,153,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 #ae99ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae99ab


Comments

No comments written yet.

Please login to write comment.