Color Hex Logo

#ae830f Color Hex

#AE830F
(174,131,15)
0 Favorites   0 Comments

Color spaces of #ae830f

RGB 17413115
HSL0.120.840.37
HSV44°91°68°
CMYK 0.000.250.91   0.32
XYZ25.658125.26583.9764
Yxy25.26580.46740.4602
Hunter Lab50.26513.152430.4952
CIE-Lab57.33357.053360.0821

#ae830f color RGB value is (174,131,15).

#ae830f hex color red value is 174, green value is 131 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ae830f hue: 0.12 , saturation: 0.84 and the lightness value of ae830f is 0.37.

The process color (four color CMYK) of #ae830f color hex is 0.00, 0.25, 0.91, 0.32. Web safe color of #ae830f is #999900. Color #ae830f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 00001111
Octal 256 203 17
Decimal 174 131 15
Hex AE 83 F

RGB Percentages of Color #ae830f

%54.38
%40.94
%4.69

CMYK Percentages of Color #ae830f

%0
%25
%91
%32

Triadic Colors of #ae830f

#ae830f #0fae83 #830fae

Analogous Colors of #ae830f

#ae830f #8aae0f #ae340f

Monochromatic Colors of #ae830f

#ae830f

Complementary Color

#ae830f #0f3aae

#ae830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae830f Color CSS Codes

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

#ae830f Text Font Color

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

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


#ae830f Background Color

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

This div background color is #ae830f


#ae830f Border Color

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

This div border color is #ae830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae830f


Comments

No comments written yet.

Please login to write comment.