color codes Logo

#ae370c color codes

#AE370C
(174,55,12)
0 Favorites   0 Comments

Color spaces of #ae370c

RGB 1745512
HSL0.040.870.36
HSV16°93°68°
CMYK 0.000.680.93   0.32
XYZ18.888111.75761.6218
Yxy11.75760.58540.3644
Hunter Lab34.289438.319321.1983
CIE-Lab40.828246.829248.7710

#ae370c color RGB value is (174,55,12).

#ae370c hex color red value is 174, green value is 55 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ae370c hue: 0.04 , saturation: 0.87 and the lightness value of ae370c is 0.36.

The process color (four color CMYK) of #ae370c color code is 0.00, 0.68, 0.93, 0.32. Web safe color of #ae370c is #993300. Color #ae370c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110111 00001100
Octal 256 67 14
Decimal 174 55 12
Hex AE 37 C

RGB Percentages of Color #ae370c

%72.20
%22.82
%4.98

CMYK Percentages of Color #ae370c

%0
%68
%93
%32

Triadic Colors of #ae370c

#ae370c #0cae37 #370cae

Analogous Colors of #ae370c

#ae370c #ae880c #ae0c32

Monochromatic Colors of #ae370c

#ae370c

Complementary Color

#ae370c #0c83ae

#ae370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae370c Color CSS Codes

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

#ae370c Text Font Color

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

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


#ae370c Background Color

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

This div background color is #ae370c


#ae370c Border Color

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

This div border color is #ae370c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae370c


Comments

No comments written yet.

Please login to write comment.