Color Hex Logo

#ae699c Color Hex

#AE699C
(174,105,156)
0 Favorites   0 Comments

Color spaces of #ae699c

RGB 174105156
HSL0.880.300.55
HSV316°40°68°
CMYK 0.000.400.10   0.32
XYZ28.507921.502134.1003
Yxy21.50210.33890.2556
Hunter Lab46.370428.5914-11.1420
CIE-Lab53.494735.1461-16.0013

#ae699c color RGB value is (174,105,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 10011100
Octal 256 151 234
Decimal 174 105 156
Hex AE 69 9C

RGB Percentages of Color #ae699c

%40.00
%24.14
%35.86

CMYK Percentages of Color #ae699c

%0
%40
%10
%32

Triadic Colors of #ae699c

#ae699c #9cae69 #699cae

Analogous Colors of #ae699c

#ae699c #ae697a #9e69ae

Monochromatic Colors of #ae699c

#ae699c

Complementary Color

#ae699c #69ae7b

#ae699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae699c Color CSS Codes

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

#ae699c Text Font Color

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

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


#ae699c Background Color

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

This div background color is #ae699c


#ae699c Border Color

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

This div border color is #ae699c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae699c


Comments

No comments written yet.

Please login to write comment.