Color Hex Logo

#aeab2a Color Hex

#AEAB2A
(174,171,42)
0 Favorites   0 Comments

Color spaces of #aeab2a

RGB 17417142
HSL0.160.610.42
HSV59°76°68°
CMYK 0.000.020.76   0.32
XYZ32.436438.29177.8719
Yxy38.29170.41270.4872
Hunter Lab61.8803-14.724435.7738
CIE-Lab68.2351-13.672661.9153

#aeab2a color RGB value is (174,171,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 00101010
Octal 256 253 52
Decimal 174 171 42
Hex AE AB 2A

RGB Percentages of Color #aeab2a

%44.96
%44.19
%10.85

CMYK Percentages of Color #aeab2a

%0
%2
%76
%32

Triadic Colors of #aeab2a

#aeab2a #2aaeab #ab2aae

Analogous Colors of #aeab2a

#aeab2a #6fae2a #ae692a

Monochromatic Colors of #aeab2a

#aeab2a

Complementary Color

#aeab2a #2a2dae

#aeab2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab2a Color CSS Codes

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

#aeab2a Text Font Color

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

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


#aeab2a Background Color

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

This div background color is #aeab2a


#aeab2a Border Color

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

This div border color is #aeab2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab2a


Comments

No comments written yet.

Please login to write comment.