Color Hex Logo

#aeab3f Color Hex

#AEAB3F
(174,171,63)
0 Favorites   0 Comments

Color spaces of #aeab3f

RGB 17417163
HSL0.160.470.46
HSV58°64°68°
CMYK 0.000.020.64   0.32
XYZ32.915738.483410.3958
Yxy38.48340.40240.4705
Hunter Lab62.0350-13.849333.4887
CIE-Lab68.3754-12.564954.0643

#aeab3f color RGB value is (174,171,63).

#aeab3f hex color red value is 174, green value is 171 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aeab3f hue: 0.16 , saturation: 0.47 and the lightness value of aeab3f is 0.46.

The process color (four color CMYK) of #aeab3f color hex is 0.00, 0.02, 0.64, 0.32. Web safe color of #aeab3f is #999933. Color #aeab3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00111111
Octal 256 253 77
Decimal 174 171 63
Hex AE AB 3F

RGB Percentages of Color #aeab3f

%42.65
%41.91
%15.44

CMYK Percentages of Color #aeab3f

%0
%2
%64
%32

Triadic Colors of #aeab3f

#aeab3f #3faeab #ab3fae

Analogous Colors of #aeab3f

#aeab3f #7aae3f #ae743f

Monochromatic Colors of #aeab3f

#aeab3f

Complementary Color

#aeab3f #3f42ae

#aeab3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab3f Color CSS Codes

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

#aeab3f Text Font Color

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

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


#aeab3f Background Color

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

This div background color is #aeab3f


#aeab3f Border Color

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

This div border color is #aeab3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab3f


Comments

No comments written yet.

Please login to write comment.