Color Hex Logo

#ae688e Color Hex

#AE688E
(174,104,142)
0 Favorites   0 Comments

Color spaces of #ae688e

RGB 174104142
HSL0.910.300.55
HSV327°40°68°
CMYK 0.000.400.18   0.32
XYZ27.288420.852328.1778
Yxy20.85230.35760.2732
Hunter Lab45.664326.7567-4.6207
CIE-Lab52.787533.3524-8.8526

#ae688e color RGB value is (174,104,142).

#ae688e hex color red value is 174, green value is 104 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae688e hue: 0.91 , saturation: 0.30 and the lightness value of ae688e is 0.55.

The process color (four color CMYK) of #ae688e color hex is 0.00, 0.40, 0.18, 0.32. Web safe color of #ae688e is #996699. Color #ae688e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 10001110
Octal 256 150 216
Decimal 174 104 142
Hex AE 68 8E

RGB Percentages of Color #ae688e

%41.43
%24.76
%33.81

CMYK Percentages of Color #ae688e

%0
%40
%18
%32

Triadic Colors of #ae688e

#ae688e #8eae68 #688eae

Analogous Colors of #ae688e

#ae688e #ae686b #ab68ae

Monochromatic Colors of #ae688e

#ae688e

Complementary Color

#ae688e #68ae88

#ae688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae688e Color CSS Codes

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

#ae688e Text Font Color

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

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


#ae688e Background Color

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

This div background color is #ae688e


#ae688e Border Color

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

This div border color is #ae688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae688e


Comments

No comments written yet.

Please login to write comment.