Color Hex Logo

#ae223c Color Hex

#AE223C
(174,34,60)
0 Favorites   0 Comments

Color spaces of #ae223c

RGB 1743460
HSL0.970.670.41
HSV349°80°68°
CMYK 0.000.800.66   0.32
XYZ18.843210.46905.3025
Yxy10.46900.54440.3024
Hunter Lab32.355847.331112.9326
CIE-Lab38.671355.894821.2250

#ae223c color RGB value is (174,34,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 00111100
Octal 256 42 74
Decimal 174 34 60
Hex AE 22 3C

RGB Percentages of Color #ae223c

%64.93
%12.69
%22.39

CMYK Percentages of Color #ae223c

%0
%80
%66
%32

Triadic Colors of #ae223c

#ae223c #3cae22 #223cae

Analogous Colors of #ae223c

#ae223c #ae4e22 #ae2282

Monochromatic Colors of #ae223c

#ae223c

Complementary Color

#ae223c #22ae94

#ae223c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae223c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae223c Color CSS Codes

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

#ae223c Text Font Color

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

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


#ae223c Background Color

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

This div background color is #ae223c


#ae223c Border Color

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

This div border color is #ae223c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae223c


Comments

No comments written yet.

Please login to write comment.