Color Hex Logo

#ae353f Color Hex

#AE353F
(174,53,63)
0 Favorites   0 Comments

Color spaces of #ae353f

RGB 1745363
HSL0.990.530.45
HSV355°70°68°
CMYK 0.000.700.64   0.32
XYZ19.625911.90385.9659
Yxy11.90380.52340.3175
Hunter Lab34.501941.158913.8992
CIE-Lab41.062849.568822.4212

#ae353f color RGB value is (174,53,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 00111111
Octal 256 65 77
Decimal 174 53 63
Hex AE 35 3F

RGB Percentages of Color #ae353f

%60.00
%18.28
%21.72

CMYK Percentages of Color #ae353f

%0
%70
%64
%32

Triadic Colors of #ae353f

#ae353f #3fae35 #353fae

Analogous Colors of #ae353f

#ae353f #ae6835 #ae357c

Monochromatic Colors of #ae353f

#ae353f

Complementary Color

#ae353f #35aea4

#ae353f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae353f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae353f Color CSS Codes

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

#ae353f Text Font Color

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

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


#ae353f Background Color

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

This div background color is #ae353f


#ae353f Border Color

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

This div border color is #ae353f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae353f


Comments

No comments written yet.

Please login to write comment.