Color Hex Logo

#aeab4c Color Hex

#AEAB4C
(174,171,76)
0 Favorites   0 Comments

Color spaces of #aeab4c

RGB 17417176
HSL0.160.390.49
HSV58°56°68°
CMYK 0.000.020.56   0.32
XYZ33.323038.646312.5406
Yxy38.64630.39430.4573
Hunter Lab62.1661-13.109231.5559
CIE-Lab68.4943-11.635048.3716

#aeab4c color RGB value is (174,171,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01001100
Octal 256 253 114
Decimal 174 171 76
Hex AE AB 4C

RGB Percentages of Color #aeab4c

%41.33
%40.62
%18.05

CMYK Percentages of Color #aeab4c

%0
%2
%56
%32

Triadic Colors of #aeab4c

#aeab4c #4caeab #ab4cae

Analogous Colors of #aeab4c

#aeab4c #80ae4c #ae7a4c

Monochromatic Colors of #aeab4c

#aeab4c

Complementary Color

#aeab4c #4c4fae

#aeab4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab4c Color CSS Codes

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

#aeab4c Text Font Color

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

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


#aeab4c Background Color

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

This div background color is #aeab4c


#aeab4c Border Color

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

This div border color is #aeab4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab4c


Comments

No comments written yet.

Please login to write comment.