Color Hex Logo

#ae96ae Color Hex

#AE96AE
(174,150,174)
0 Favorites   0 Comments

Color spaces of #ae96ae

RGB 174150174
HSL0.830.130.64
HSV300°14°68°
CMYK 0.000.140.00   0.32
XYZ36.001933.867444.6839
Yxy33.86740.31430.2956
Hunter Lab58.19578.5839-4.7871
CIE-Lab64.857213.2475-9.2167

#ae96ae color RGB value is (174,150,174).

#ae96ae hex color red value is 174, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae96ae hue: 0.83 , saturation: 0.13 and the lightness value of ae96ae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10101110
Octal 256 226 256
Decimal 174 150 174
Hex AE 96 AE

RGB Percentages of Color #ae96ae

%34.94
%30.12
%34.94

CMYK Percentages of Color #ae96ae

%0
%14
%0
%32

Triadic Colors of #ae96ae

#ae96ae #aeae96 #96aeae

Analogous Colors of #ae96ae

#ae96ae #ae96a2 #a296ae

Monochromatic Colors of #ae96ae

#ae96ae

Complementary Color

#ae96ae #96ae96

#ae96ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96ae Color CSS Codes

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

#ae96ae Text Font Color

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

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


#ae96ae Background Color

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

This div background color is #ae96ae


#ae96ae Border Color

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

This div border color is #ae96ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96ae


Comments

No comments written yet.

Please login to write comment.