Color Hex Logo

#ae708c Color Hex

#AE708C
(174,112,140)
0 Favorites   0 Comments

Color spaces of #ae708c

RGB 174112140
HSL0.920.280.56
HSV333°36°68°
CMYK 0.000.360.20   0.32
XYZ27.983422.480527.6752
Yxy22.48050.35810.2877
Hunter Lab47.413622.3765-1.4179
CIE-Lab54.533228.6047-5.0805

#ae708c color RGB value is (174,112,140).

#ae708c hex color red value is 174, green value is 112 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ae708c hue: 0.92 , saturation: 0.28 and the lightness value of ae708c is 0.56.

The process color (four color CMYK) of #ae708c color hex is 0.00, 0.36, 0.20, 0.32. Web safe color of #ae708c is #996699. Color #ae708c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 10001100
Octal 256 160 214
Decimal 174 112 140
Hex AE 70 8C

RGB Percentages of Color #ae708c

%40.85
%26.29
%32.86

CMYK Percentages of Color #ae708c

%0
%36
%20
%32

Triadic Colors of #ae708c

#ae708c #8cae70 #708cae

Analogous Colors of #ae708c

#ae708c #ae7370 #ae70ab

Monochromatic Colors of #ae708c

#ae708c

Complementary Color

#ae708c #70ae92

#ae708c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae708c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae708c Color CSS Codes

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

#ae708c Text Font Color

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

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


#ae708c Background Color

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

This div background color is #ae708c


#ae708c Border Color

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

This div border color is #ae708c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae708c


Comments

No comments written yet.

Please login to write comment.