Color Hex Logo

#ae878e Color Hex

#AE878E
(174,135,142)
0 Favorites   0 Comments

Color spaces of #ae878e

RGB 174135142
HSL0.970.190.61
HSV349°22°68°
CMYK 0.000.220.18   0.32
XYZ31.002028.279629.4157
Yxy28.27960.34950.3188
Hunter Lab53.178610.99934.4288
CIE-Lab60.140515.98931.9853

#ae878e color RGB value is (174,135,142).

#ae878e hex color red value is 174, green value is 135 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae878e hue: 0.97 , saturation: 0.19 and the lightness value of ae878e is 0.61.

The process color (four color CMYK) of #ae878e color hex is 0.00, 0.22, 0.18, 0.32. Web safe color of #ae878e is #999999. Color #ae878e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 10001110
Octal 256 207 216
Decimal 174 135 142
Hex AE 87 8E

RGB Percentages of Color #ae878e

%38.58
%29.93
%31.49

CMYK Percentages of Color #ae878e

%0
%22
%18
%32

Triadic Colors of #ae878e

#ae878e #8eae87 #878eae

Analogous Colors of #ae878e

#ae878e #ae9487 #ae87a2

Monochromatic Colors of #ae878e

#ae878e

Complementary Color

#ae878e #87aea7

#ae878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae878e Color CSS Codes

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

#ae878e Text Font Color

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

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


#ae878e Background Color

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

This div background color is #ae878e


#ae878e Border Color

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

This div border color is #ae878e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,135,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 #ae878e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae878e


Comments

No comments written yet.

Please login to write comment.