Color Hex Logo

#ae847f Color Hex

#AE847F
(174,132,127)
0 Favorites   0 Comments

Color spaces of #ae847f

RGB 174132127
HSL0.020.220.59
HSV27°68°
CMYK 0.000.240.27   0.32
XYZ29.537627.033523.7399
Yxy27.03350.36780.3366
Hunter Lab51.993710.41669.3243
CIE-Lab59.005315.37558.9445

#ae847f color RGB value is (174,132,127).

#ae847f hex color red value is 174, green value is 132 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae847f hue: 0.02 , saturation: 0.22 and the lightness value of ae847f is 0.59.

The process color (four color CMYK) of #ae847f color hex is 0.00, 0.24, 0.27, 0.32. Web safe color of #ae847f is #999966. Color #ae847f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01111111
Octal 256 204 177
Decimal 174 132 127
Hex AE 84 7F

RGB Percentages of Color #ae847f

%40.18
%30.48
%29.33

CMYK Percentages of Color #ae847f

%0
%24
%27
%32

Triadic Colors of #ae847f

#ae847f #7fae84 #847fae

Analogous Colors of #ae847f

#ae847f #ae9c7f #ae7f92

Monochromatic Colors of #ae847f

#ae847f

Complementary Color

#ae847f #7fa9ae

#ae847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae847f Color CSS Codes

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

#ae847f Text Font Color

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

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


#ae847f Background Color

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

This div background color is #ae847f


#ae847f Border Color

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

This div border color is #ae847f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae847f


Comments

No comments written yet.

Please login to write comment.