Color Hex Logo

#ae352a Color Hex

#AE352A
(174,53,42)
0 Favorites   0 Comments

Color spaces of #ae352a

RGB 1745342
HSL0.010.610.42
HSV76°68°
CMYK 0.000.700.76   0.32
XYZ19.146611.71203.4420
Yxy11.71200.55820.3415
Hunter Lab34.222839.975317.9928
CIE-Lab40.754748.471334.6146

#ae352a color RGB value is (174,53,42).

#ae352a hex color red value is 174, green value is 53 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae352a hue: 0.01 , saturation: 0.61 and the lightness value of ae352a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 00101010
Octal 256 65 52
Decimal 174 53 42
Hex AE 35 2A

RGB Percentages of Color #ae352a

%64.68
%19.70
%15.61

CMYK Percentages of Color #ae352a

%0
%70
%76
%32

Triadic Colors of #ae352a

#ae352a #2aae35 #352aae

Analogous Colors of #ae352a

#ae352a #ae772a #ae2a61

Monochromatic Colors of #ae352a

#ae352a

Complementary Color

#ae352a #2aa3ae

#ae352a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae352a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae352a Color CSS Codes

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

#ae352a Text Font Color

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

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


#ae352a Background Color

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

This div background color is #ae352a


#ae352a Border Color

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

This div border color is #ae352a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae352a


Comments

No comments written yet.

Please login to write comment.