Color Hex Logo

#ae353e Color Hex

#AE353E
(174,53,62)
0 Favorites   0 Comments

Color spaces of #ae353e

RGB 1745362
HSL0.990.530.45
HSV356°70°68°
CMYK 0.000.700.64   0.32
XYZ19.598211.89275.8200
Yxy11.89270.52530.3187
Hunter Lab34.485841.091014.1340
CIE-Lab41.045149.506223.0150

#ae353e color RGB value is (174,53,62).

#ae353e hex color red value is 174, green value is 53 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae353e hue: 0.99 , saturation: 0.53 and the lightness value of ae353e is 0.45.

The process color (four color CMYK) of #ae353e color hex is 0.00, 0.70, 0.64, 0.32. Web safe color of #ae353e is #993333. Color #ae353e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 00111110
Octal 256 65 76
Decimal 174 53 62
Hex AE 35 3E

RGB Percentages of Color #ae353e

%60.21
%18.34
%21.45

CMYK Percentages of Color #ae353e

%0
%70
%64
%32

Triadic Colors of #ae353e

#ae353e #3eae35 #353eae

Analogous Colors of #ae353e

#ae353e #ae6935 #ae357b

Monochromatic Colors of #ae353e

#ae353e

Complementary Color

#ae353e #35aea5

#ae353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae353e Color CSS Codes

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

#ae353e Text Font Color

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

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


#ae353e Background Color

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

This div background color is #ae353e


#ae353e Border Color

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

This div border color is #ae353e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae353e


Comments

No comments written yet.

Please login to write comment.