Color Hex Logo

#ae502f Color Hex

#AE502F
(174,80,47)
0 Favorites   0 Comments

Color spaces of #ae502f

RGB 1748047
HSL0.040.570.43
HSV16°73°68°
CMYK 0.000.540.73   0.32
XYZ20.837314.94124.4750
Yxy14.94120.51770.3712
Hunter Lab38.653828.580520.1936
CIE-Lab45.553636.171637.1069

#ae502f color RGB value is (174,80,47).

#ae502f hex color red value is 174, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ae502f hue: 0.04 , saturation: 0.57 and the lightness value of ae502f is 0.43.

The process color (four color CMYK) of #ae502f color hex is 0.00, 0.54, 0.73, 0.32. Web safe color of #ae502f is #996633. Color #ae502f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 00101111
Octal 256 120 57
Decimal 174 80 47
Hex AE 50 2F

RGB Percentages of Color #ae502f

%57.81
%26.58
%15.61

CMYK Percentages of Color #ae502f

%0
%54
%73
%32

Triadic Colors of #ae502f

#ae502f #2fae50 #502fae

Analogous Colors of #ae502f

#ae502f #ae902f #ae2f4d

Monochromatic Colors of #ae502f

#ae502f

Complementary Color

#ae502f #2f8dae

#ae502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae502f Color CSS Codes

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

#ae502f Text Font Color

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

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


#ae502f Background Color

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

This div background color is #ae502f


#ae502f Border Color

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

This div border color is #ae502f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae502f


Comments

No comments written yet.

Please login to write comment.