Color Hex Logo

#ae2714 Color Hex

#AE2714
(174,39,20)
0 Favorites   0 Comments

Color spaces of #ae2714

RGB 1743920
HSL0.020.790.38
HSV89°68°
CMYK 0.000.780.89   0.32
XYZ18.307310.50021.7237
Yxy10.50020.59960.3439
Hunter Lab32.404044.140219.5289
CIE-Lab38.725652.870444.1360

#ae2714 color RGB value is (174,39,20).

#ae2714 hex color red value is 174, green value is 39 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ae2714 hue: 0.02 , saturation: 0.79 and the lightness value of ae2714 is 0.38.

The process color (four color CMYK) of #ae2714 color hex is 0.00, 0.78, 0.89, 0.32. Web safe color of #ae2714 is #993300. Color #ae2714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 00010100
Octal 256 47 24
Decimal 174 39 20
Hex AE 27 14

RGB Percentages of Color #ae2714

%74.68
%16.74
%8.58

CMYK Percentages of Color #ae2714

%0
%78
%89
%32

Triadic Colors of #ae2714

#ae2714 #14ae27 #2714ae

Analogous Colors of #ae2714

#ae2714 #ae7414 #ae144e

Monochromatic Colors of #ae2714

#ae2714

Complementary Color

#ae2714 #149bae

#ae2714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2714 Color CSS Codes

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

#ae2714 Text Font Color

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

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


#ae2714 Background Color

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

This div background color is #ae2714


#ae2714 Border Color

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

This div border color is #ae2714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2714


Comments

No comments written yet.

Please login to write comment.