Color Hex Logo

#ae949d Color Hex

#AE949D
(174,148,157)
0 Favorites   0 Comments

Color spaces of #ae949d

RGB 174148157
HSL0.940.140.63
HSV339°15°68°
CMYK 0.000.150.10   0.32
XYZ34.131332.612836.3943
Yxy32.61280.33090.3162
Hunter Lab57.10766.74512.1902
CIE-Lab63.846211.2279-1.1337

#ae949d color RGB value is (174,148,157).

#ae949d hex color red value is 174, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ae949d hue: 0.94 , saturation: 0.14 and the lightness value of ae949d is 0.63.

The process color (four color CMYK) of #ae949d color hex is 0.00, 0.15, 0.10, 0.32. Web safe color of #ae949d is #999999. Color #ae949d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 10011101
Octal 256 224 235
Decimal 174 148 157
Hex AE 94 9D

RGB Percentages of Color #ae949d

%36.33
%30.90
%32.78

CMYK Percentages of Color #ae949d

%0
%15
%10
%32

Triadic Colors of #ae949d

#ae949d #9dae94 #949dae

Analogous Colors of #ae949d

#ae949d #ae9894 #ae94aa

Monochromatic Colors of #ae949d

#ae949d

Complementary Color

#ae949d #94aea5

#ae949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae949d Color CSS Codes

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

#ae949d Text Font Color

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

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


#ae949d Background Color

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

This div background color is #ae949d


#ae949d Border Color

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

This div border color is #ae949d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae949d


Comments

No comments written yet.

Please login to write comment.