Color Hex Logo

#ae504d Color Hex

#AE504D
(174,80,77)
0 Favorites   0 Comments

Color spaces of #ae504d

RGB 1748077
HSL0.010.390.49
HSV56°68°
CMYK 0.000.540.56   0.32
XYZ21.663815.27188.8271
Yxy15.27180.47340.3337
Hunter Lab39.079230.564213.9631
CIE-Lab46.004238.163620.3441

#ae504d color RGB value is (174,80,77).

#ae504d hex color red value is 174, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae504d hue: 0.01 , saturation: 0.39 and the lightness value of ae504d is 0.49.

The process color (four color CMYK) of #ae504d color hex is 0.00, 0.54, 0.56, 0.32. Web safe color of #ae504d is #996666. Color #ae504d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 01001101
Octal 256 120 115
Decimal 174 80 77
Hex AE 50 4D

RGB Percentages of Color #ae504d

%52.57
%24.17
%23.26

CMYK Percentages of Color #ae504d

%0
%54
%56
%32

Triadic Colors of #ae504d

#ae504d #4dae50 #504dae

Analogous Colors of #ae504d

#ae504d #ae814d #ae4d7b

Monochromatic Colors of #ae504d

#ae504d

Complementary Color

#ae504d #4dabae

#ae504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae504d Color CSS Codes

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

#ae504d Text Font Color

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

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


#ae504d Background Color

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

This div background color is #ae504d


#ae504d Border Color

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

This div border color is #ae504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae504d


Comments

No comments written yet.

Please login to write comment.