Color Hex Logo

#ae98ab Color Hex

#AE98AB
(174,152,171)
0 Favorites   0 Comments

Color spaces of #ae98ab

RGB 174152171
HSL0.860.120.64
HSV308°13°68°
CMYK 0.000.130.02   0.32
XYZ36.034534.395443.2678
Yxy34.39540.31690.3025
Hunter Lab58.64767.0414-2.6884
CIE-Lab65.275211.5548-6.9090

#ae98ab color RGB value is (174,152,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 10101011
Octal 256 230 253
Decimal 174 152 171
Hex AE 98 AB

RGB Percentages of Color #ae98ab

%35.01
%30.58
%34.41

CMYK Percentages of Color #ae98ab

%0
%13
%2
%32

Triadic Colors of #ae98ab

#ae98ab #abae98 #98abae

Analogous Colors of #ae98ab

#ae98ab #ae98a0 #a698ae

Monochromatic Colors of #ae98ab

#ae98ab

Complementary Color

#ae98ab #98ae9b

#ae98ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae98ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae98ab Color CSS Codes

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

#ae98ab Text Font Color

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

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


#ae98ab Background Color

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

This div background color is #ae98ab


#ae98ab Border Color

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

This div border color is #ae98ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae98ab


Comments

No comments written yet.

Please login to write comment.