Color Hex Logo

#ae8699 Color Hex

#AE8699
(174,134,153)
0 Favorites   0 Comments

Color spaces of #ae8699

RGB 174134153
HSL0.920.200.60
HSV332°23°68°
CMYK 0.000.230.12   0.32
XYZ31.730428.348833.9365
Yxy28.34880.33750.3015
Hunter Lab53.243613.2004-0.5199
CIE-Lab60.202618.3966-4.2181

#ae8699 color RGB value is (174,134,153).

#ae8699 hex color red value is 174, green value is 134 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ae8699 hue: 0.92 , saturation: 0.20 and the lightness value of ae8699 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 10011001
Octal 256 206 231
Decimal 174 134 153
Hex AE 86 99

RGB Percentages of Color #ae8699

%37.74
%29.07
%33.19

CMYK Percentages of Color #ae8699

%0
%23
%12
%32

Triadic Colors of #ae8699

#ae8699 #99ae86 #8699ae

Analogous Colors of #ae8699

#ae8699 #ae8786 #ae86ad

Monochromatic Colors of #ae8699

#ae8699

Complementary Color

#ae8699 #86ae9b

#ae8699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8699 Color CSS Codes

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

#ae8699 Text Font Color

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

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


#ae8699 Background Color

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

This div background color is #ae8699


#ae8699 Border Color

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

This div border color is #ae8699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8699


Comments

No comments written yet.

Please login to write comment.