Color Hex Logo

#ae918d Color Hex

#AE918D
(174,145,141)
0 Favorites   0 Comments

Color spaces of #ae918d

RGB 174145141
HSL0.020.170.62
HSV19°68°
CMYK 0.000.170.19   0.32
XYZ32.388731.172629.5091
Yxy31.17260.34800.3349
Hunter Lab55.83245.84217.7462
CIE-Lab62.653110.21636.1806

#ae918d color RGB value is (174,145,141).

#ae918d hex color red value is 174, green value is 145 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ae918d hue: 0.02 , saturation: 0.17 and the lightness value of ae918d is 0.62.

The process color (four color CMYK) of #ae918d color hex is 0.00, 0.17, 0.19, 0.32. Web safe color of #ae918d is #999999. Color #ae918d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 10001101
Octal 256 221 215
Decimal 174 145 141
Hex AE 91 8D

RGB Percentages of Color #ae918d

%37.83
%31.52
%30.65

CMYK Percentages of Color #ae918d

%0
%17
%19
%32

Triadic Colors of #ae918d

#ae918d #8dae91 #918dae

Analogous Colors of #ae918d

#ae918d #aea28d #ae8d9a

Monochromatic Colors of #ae918d

#ae918d

Complementary Color

#ae918d #8daaae

#ae918d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae918d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae918d Color CSS Codes

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

#ae918d Text Font Color

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

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


#ae918d Background Color

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

This div background color is #ae918d


#ae918d Border Color

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

This div border color is #ae918d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae918d


Comments

No comments written yet.

Please login to write comment.