Color Hex Logo

#ae887e Color Hex

#AE887E
(174,136,126)
0 Favorites   0 Comments

Color spaces of #ae887e

RGB 174136126
HSL0.030.230.59
HSV13°28°68°
CMYK 0.000.220.28   0.32
XYZ30.025628.113323.5826
Yxy28.11330.36740.3440
Hunter Lab53.02208.293610.7450
CIE-Lab59.991012.982010.9104

#ae887e color RGB value is (174,136,126).

#ae887e hex color red value is 174, green value is 136 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ae887e hue: 0.03 , saturation: 0.23 and the lightness value of ae887e is 0.59.

The process color (four color CMYK) of #ae887e color hex is 0.00, 0.22, 0.28, 0.32. Web safe color of #ae887e is #999966. Color #ae887e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 01111110
Octal 256 210 176
Decimal 174 136 126
Hex AE 88 7E

RGB Percentages of Color #ae887e

%39.91
%31.19
%28.90

CMYK Percentages of Color #ae887e

%0
%22
%28
%32

Triadic Colors of #ae887e

#ae887e #7eae88 #887eae

Analogous Colors of #ae887e

#ae887e #aea07e #ae7e8c

Monochromatic Colors of #ae887e

#ae887e

Complementary Color

#ae887e #7ea4ae

#ae887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae887e Color CSS Codes

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

#ae887e Text Font Color

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

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


#ae887e Background Color

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

This div background color is #ae887e


#ae887e Border Color

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

This div border color is #ae887e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae887e


Comments

No comments written yet.

Please login to write comment.