Color Hex Logo

#ae96af Color Hex

#AE96AF
(174,150,175)
0 Favorites   0 Comments

Color spaces of #ae96af

RGB 174150175
HSL0.830.140.64
HSV298°14°69°
CMYK 0.010.140.00   0.31
XYZ36.099833.906545.1994
Yxy33.90650.31340.2943
Hunter Lab58.22938.7615-5.2623
CIE-Lab64.888313.4410-9.7324

#ae96af color RGB value is (174,150,175).

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

The process color (four color CMYK) of #ae96af color hex is 0.01, 0.14, 0.00, 0.31. Web safe color of #ae96af is #999999. Color #ae96af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10101111
Octal 256 226 257
Decimal 174 150 175
Hex AE 96 AF

RGB Percentages of Color #ae96af

%34.87
%30.06
%35.07

CMYK Percentages of Color #ae96af

%1
%14
%0
%31

Triadic Colors of #ae96af

#ae96af #afae96 #96afae

Analogous Colors of #ae96af

#ae96af #af96a4 #a296af

Monochromatic Colors of #ae96af

#ae96af

Complementary Color

#ae96af #97af96

#ae96af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96af Color CSS Codes

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

#ae96af Text Font Color

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

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


#ae96af Background Color

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

This div background color is #ae96af


#ae96af Border Color

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

This div border color is #ae96af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96af


Comments

No comments written yet.

Please login to write comment.