Color Hex Logo

#ae869e Color Hex

#AE869E
(174,134,158)
0 Favorites   0 Comments

Color spaces of #ae869e

RGB 174134158
HSL0.900.200.60
HSV324°23°68°
CMYK 0.000.230.09   0.32
XYZ32.152228.517536.1576
Yxy28.51750.33210.2945
Hunter Lab53.401814.0184-2.7632
CIE-Lab60.353419.2765-6.8541

#ae869e color RGB value is (174,134,158).

#ae869e hex color red value is 174, green value is 134 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ae869e hue: 0.90 , saturation: 0.20 and the lightness value of ae869e is 0.60.

The process color (four color CMYK) of #ae869e color hex is 0.00, 0.23, 0.09, 0.32. Web safe color of #ae869e is #999999. Color #ae869e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 10011110
Octal 256 206 236
Decimal 174 134 158
Hex AE 86 9E

RGB Percentages of Color #ae869e

%37.34
%28.76
%33.91

CMYK Percentages of Color #ae869e

%0
%23
%9
%32

Triadic Colors of #ae869e

#ae869e #9eae86 #869eae

Analogous Colors of #ae869e

#ae869e #ae868a #aa86ae

Monochromatic Colors of #ae869e

#ae869e

Complementary Color

#ae869e #86ae96

#ae869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae869e Color CSS Codes

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

#ae869e Text Font Color

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

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


#ae869e Background Color

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

This div background color is #ae869e


#ae869e Border Color

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

This div border color is #ae869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae869e


Comments

No comments written yet.

Please login to write comment.