Color Hex Logo

#ae354c Color Hex

#AE354C
(174,53,76)
0 Favorites   0 Comments

Color spaces of #ae354c

RGB 1745376
HSL0.970.530.45
HSV349°70°68°
CMYK 0.000.700.56   0.32
XYZ20.033212.06678.1107
Yxy12.06670.49820.3001
Hunter Lab34.737242.152410.4725
CIE-Lab41.321950.482314.6792

#ae354c color RGB value is (174,53,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 01001100
Octal 256 65 114
Decimal 174 53 76
Hex AE 35 4C

RGB Percentages of Color #ae354c

%57.43
%17.49
%25.08

CMYK Percentages of Color #ae354c

%0
%70
%56
%32

Triadic Colors of #ae354c

#ae354c #4cae35 #354cae

Analogous Colors of #ae354c

#ae354c #ae5b35 #ae3589

Monochromatic Colors of #ae354c

#ae354c

Complementary Color

#ae354c #35ae97

#ae354c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae354c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae354c Color CSS Codes

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

#ae354c Text Font Color

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

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


#ae354c Background Color

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

This div background color is #ae354c


#ae354c Border Color

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

This div border color is #ae354c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae354c


Comments

No comments written yet.

Please login to write comment.