Color Hex Logo

#ae3205 Color Hex

#AE3205
(174,50,5)
0 Favorites   0 Comments

Color spaces of #ae3205

RGB 174505
HSL0.040.940.35
HSV16°97°68°
CMYK 0.000.710.97   0.32
XYZ18.623611.29081.3414
Yxy11.29080.59580.3612
Hunter Lab33.601840.129521.1544
CIE-Lab40.066048.746350.4739

#ae3205 color RGB value is (174,50,5).

#ae3205 hex color red value is 174, green value is 50 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ae3205 hue: 0.04 , saturation: 0.94 and the lightness value of ae3205 is 0.35.

The process color (four color CMYK) of #ae3205 color hex is 0.00, 0.71, 0.97, 0.32. Web safe color of #ae3205 is #993300. Color #ae3205 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 00000101
Octal 256 62 5
Decimal 174 50 5
Hex AE 32 5

RGB Percentages of Color #ae3205

%75.98
%21.83
%2.18

CMYK Percentages of Color #ae3205

%0
%71
%97
%32

Triadic Colors of #ae3205

#ae3205 #05ae32 #3205ae

Analogous Colors of #ae3205

#ae3205 #ae8705 #ae052c

Monochromatic Colors of #ae3205

#ae3205

Complementary Color

#ae3205 #0581ae

#ae3205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3205 Color CSS Codes

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

#ae3205 Text Font Color

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

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


#ae3205 Background Color

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

This div background color is #ae3205


#ae3205 Border Color

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

This div border color is #ae3205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3205


Comments

No comments written yet.

Please login to write comment.