Color Hex Logo

#ae3423 Color Hex

#AE3423
(174,52,35)
0 Favorites   0 Comments

Color spaces of #ae3423

RGB 1745235
HSL0.020.670.41
HSV80°68°
CMYK 0.000.700.80   0.32
XYZ18.986911.57602.8238
Yxy11.57600.56870.3467
Hunter Lab34.023540.071218.8957
CIE-Lab40.534148.604738.2727

#ae3423 color RGB value is (174,52,35).

#ae3423 hex color red value is 174, green value is 52 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ae3423 hue: 0.02 , saturation: 0.67 and the lightness value of ae3423 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 00100011
Octal 256 64 43
Decimal 174 52 35
Hex AE 34 23

RGB Percentages of Color #ae3423

%66.67
%19.92
%13.41

CMYK Percentages of Color #ae3423

%0
%70
%80
%32

Triadic Colors of #ae3423

#ae3423 #23ae34 #3423ae

Analogous Colors of #ae3423

#ae3423 #ae7a23 #ae2357

Monochromatic Colors of #ae3423

#ae3423

Complementary Color

#ae3423 #239dae

#ae3423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3423 Color CSS Codes

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

#ae3423 Text Font Color

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

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


#ae3423 Background Color

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

This div background color is #ae3423


#ae3423 Border Color

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

This div border color is #ae3423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3423


Comments

No comments written yet.

Please login to write comment.