Color Hex Logo

#ae361c Color Hex

#AE361C
(174,54,28)
0 Favorites   0 Comments

Color spaces of #ae361c

RGB 1745428
HSL0.030.720.40
HSV11°84°68°
CMYK 0.000.690.84   0.32
XYZ18.984311.72082.3604
Yxy11.72080.57410.3545
Hunter Lab34.235739.069119.8772
CIE-Lab40.768947.579542.1111

#ae361c color RGB value is (174,54,28).

#ae361c hex color red value is 174, green value is 54 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ae361c hue: 0.03 , saturation: 0.72 and the lightness value of ae361c is 0.40.

The process color (four color CMYK) of #ae361c color hex is 0.00, 0.69, 0.84, 0.32. Web safe color of #ae361c is #993333. Color #ae361c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 00011100
Octal 256 66 34
Decimal 174 54 28
Hex AE 36 1C

RGB Percentages of Color #ae361c

%67.97
%21.09
%10.94

CMYK Percentages of Color #ae361c

%0
%69
%84
%32

Triadic Colors of #ae361c

#ae361c #1cae36 #361cae

Analogous Colors of #ae361c

#ae361c #ae7f1c #ae1c4b

Monochromatic Colors of #ae361c

#ae361c

Complementary Color

#ae361c #1c94ae

#ae361c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae361c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae361c Color CSS Codes

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

#ae361c Text Font Color

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

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


#ae361c Background Color

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

This div background color is #ae361c


#ae361c Border Color

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

This div border color is #ae361c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae361c


Comments

No comments written yet.

Please login to write comment.