Color Hex Logo

#aeab59 Color Hex

#AEAB59
(174,171,89)
0 Favorites   0 Comments

Color spaces of #aeab59

RGB 17417189
HSL0.160.340.52
HSV58°49°68°
CMYK 0.000.020.49   0.32
XYZ33.821638.845815.1666
Yxy38.84580.38510.4423
Hunter Lab62.3264-12.207729.2008
CIE-Lab68.6394-10.510942.2554

#aeab59 color RGB value is (174,171,89).

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

The process color (four color CMYK) of #aeab59 color hex is 0.00, 0.02, 0.49, 0.32. Web safe color of #aeab59 is #999966. Color #aeab59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01011001
Octal 256 253 131
Decimal 174 171 89
Hex AE AB 59

RGB Percentages of Color #aeab59

%40.09
%39.40
%20.51

CMYK Percentages of Color #aeab59

%0
%2
%49
%32

Triadic Colors of #aeab59

#aeab59 #59aeab #ab59ae

Analogous Colors of #aeab59

#aeab59 #87ae59 #ae8159

Monochromatic Colors of #aeab59

#aeab59

Complementary Color

#aeab59 #595cae

#aeab59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab59 Color CSS Codes

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

#aeab59 Text Font Color

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

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


#aeab59 Background Color

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

This div background color is #aeab59


#aeab59 Border Color

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

This div border color is #aeab59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab59


Comments

No comments written yet.

Please login to write comment.