Color Hex Logo

#ae464a Color Hex

#AE464A
(174,70,74)
0 Favorites   0 Comments

Color spaces of #ae464a

RGB 1747074
HSL0.990.430.48
HSV358°60°68°
CMYK 0.000.600.57   0.32
XYZ20.881713.87348.0558
Yxy13.87340.48780.3241
Hunter Lab37.247034.889713.2496
CIE-Lab44.050842.862919.5745

#ae464a color RGB value is (174,70,74).

#ae464a hex color red value is 174, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae464a hue: 0.99 , saturation: 0.43 and the lightness value of ae464a is 0.48.

The process color (four color CMYK) of #ae464a color hex is 0.00, 0.60, 0.57, 0.32. Web safe color of #ae464a is #993333. Color #ae464a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 01001010
Octal 256 106 112
Decimal 174 70 74
Hex AE 46 4A

RGB Percentages of Color #ae464a

%54.72
%22.01
%23.27

CMYK Percentages of Color #ae464a

%0
%60
%57
%32

Triadic Colors of #ae464a

#ae464a #4aae46 #464aae

Analogous Colors of #ae464a

#ae464a #ae7646 #ae467e

Monochromatic Colors of #ae464a

#ae464a

Complementary Color

#ae464a #46aeaa

#ae464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae464a Color CSS Codes

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

#ae464a Text Font Color

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

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


#ae464a Background Color

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

This div background color is #ae464a


#ae464a Border Color

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

This div border color is #ae464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae464a


Comments

No comments written yet.

Please login to write comment.