Color Hex Logo

#ae353b Color Hex

#AE353B
(174,53,59)
0 Favorites   0 Comments

Color spaces of #ae353b

RGB 1745359
HSL0.990.530.45
HSV357°70°68°
CMYK 0.000.700.66   0.32
XYZ19.518111.86065.3983
Yxy11.86060.53070.3225
Hunter Lab34.439240.894514.8138
CIE-Lab40.993749.324624.7918

#ae353b color RGB value is (174,53,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 00111011
Octal 256 65 73
Decimal 174 53 59
Hex AE 35 3B

RGB Percentages of Color #ae353b

%60.84
%18.53
%20.63

CMYK Percentages of Color #ae353b

%0
%70
%66
%32

Triadic Colors of #ae353b

#ae353b #3bae35 #353bae

Analogous Colors of #ae353b

#ae353b #ae6c35 #ae3578

Monochromatic Colors of #ae353b

#ae353b

Complementary Color

#ae353b #35aea8

#ae353b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae353b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae353b Color CSS Codes

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

#ae353b Text Font Color

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

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


#ae353b Background Color

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

This div background color is #ae353b


#ae353b Border Color

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

This div border color is #ae353b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae353b


Comments

No comments written yet.

Please login to write comment.