Color Hex Logo

#ae403e Color Hex

#AE403E
(174,64,62)
0 Favorites   0 Comments

Color spaces of #ae403e

RGB 1746462
HSL0.000.470.46
HSV64°68°
CMYK 0.000.630.64   0.32
XYZ20.158513.01336.0068
Yxy13.01330.51450.3322
Hunter Lab36.074036.618215.3792
CIE-Lab42.783344.802525.2143

#ae403e color RGB value is (174,64,62).

#ae403e hex color red value is 174, green value is 64 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae403e hue: 0.00 , saturation: 0.47 and the lightness value of ae403e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 00111110
Octal 256 100 76
Decimal 174 64 62
Hex AE 40 3E

RGB Percentages of Color #ae403e

%58.00
%21.33
%20.67

CMYK Percentages of Color #ae403e

%0
%63
%64
%32

Triadic Colors of #ae403e

#ae403e #3eae40 #403eae

Analogous Colors of #ae403e

#ae403e #ae783e #ae3e74

Monochromatic Colors of #ae403e

#ae403e

Complementary Color

#ae403e #3eacae

#ae403e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae403e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae403e Color CSS Codes

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

#ae403e Text Font Color

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

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


#ae403e Background Color

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

This div background color is #ae403e


#ae403e Border Color

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

This div border color is #ae403e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,64,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 #ae403e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae403e


Comments

No comments written yet.

Please login to write comment.