Color Hex Logo

#ae3417 Color Hex

#AE3417
(174,52,23)
0 Favorites   0 Comments

Color spaces of #ae3417

RGB 1745223
HSL0.030.770.39
HSV12°87°68°
CMYK 0.000.700.87   0.32
XYZ18.838211.51652.0406
Yxy11.51650.58150.3555
Hunter Lab33.936039.699220.1900
CIE-Lab40.437148.257944.1807

#ae3417 color RGB value is (174,52,23).

#ae3417 hex color red value is 174, green value is 52 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ae3417 hue: 0.03 , saturation: 0.77 and the lightness value of ae3417 is 0.39.

The process color (four color CMYK) of #ae3417 color hex is 0.00, 0.70, 0.87, 0.32. Web safe color of #ae3417 is #993300. Color #ae3417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 00010111
Octal 256 64 27
Decimal 174 52 23
Hex AE 34 17

RGB Percentages of Color #ae3417

%69.88
%20.88
%9.24

CMYK Percentages of Color #ae3417

%0
%70
%87
%32

Triadic Colors of #ae3417

#ae3417 #17ae34 #3417ae

Analogous Colors of #ae3417

#ae3417 #ae8017 #ae1746

Monochromatic Colors of #ae3417

#ae3417

Complementary Color

#ae3417 #1791ae

#ae3417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3417 Color CSS Codes

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

#ae3417 Text Font Color

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

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


#ae3417 Background Color

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

This div background color is #ae3417


#ae3417 Border Color

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

This div border color is #ae3417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3417


Comments

No comments written yet.

Please login to write comment.