Color Hex Logo

#ae802f Color Hex

#AE802F
(174,128,47)
0 Favorites   0 Comments

Color spaces of #ae802f

RGB 17412847
HSL0.110.570.43
HSV38°73°68°
CMYK 0.000.260.73   0.32
XYZ25.687824.64226.0919
Yxy24.64220.45530.4367
Hunter Lab49.64095.497227.4726
CIE-Lab56.72519.800248.8941

#ae802f color RGB value is (174,128,47).

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

The process color (four color CMYK) of #ae802f color hex is 0.00, 0.26, 0.73, 0.32. Web safe color of #ae802f is #999933. Color #ae802f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 00101111
Octal 256 200 57
Decimal 174 128 47
Hex AE 80 2F

RGB Percentages of Color #ae802f

%49.86
%36.68
%13.47

CMYK Percentages of Color #ae802f

%0
%26
%73
%32

Triadic Colors of #ae802f

#ae802f #2fae80 #802fae

Analogous Colors of #ae802f

#ae802f #9dae2f #ae412f

Monochromatic Colors of #ae802f

#ae802f

Complementary Color

#ae802f #2f5dae

#ae802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae802f Color CSS Codes

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

#ae802f Text Font Color

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

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


#ae802f Background Color

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

This div background color is #ae802f


#ae802f Border Color

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

This div border color is #ae802f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,128,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 #ae802f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae802f


Comments

No comments written yet.

Please login to write comment.