Color Hex Logo

#aea72b Color Hex

#AEA72B
(174,167,43)
0 Favorites   0 Comments

Color spaces of #aea72b

RGB 17416743
HSL0.160.600.43
HSV57°75°68°
CMYK 0.000.040.75   0.32
XYZ31.710336.81057.7193
Yxy36.81050.41590.4828
Hunter Lab60.6717-12.881634.9266
CIE-Lab67.1346-11.556260.5599

#aea72b color RGB value is (174,167,43).

#aea72b hex color red value is 174, green value is 167 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aea72b hue: 0.16 , saturation: 0.60 and the lightness value of aea72b is 0.43.

The process color (four color CMYK) of #aea72b color hex is 0.00, 0.04, 0.75, 0.32. Web safe color of #aea72b is #999933. Color #aea72b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 00101011
Octal 256 247 53
Decimal 174 167 43
Hex AE A7 2B

RGB Percentages of Color #aea72b

%45.31
%43.49
%11.20

CMYK Percentages of Color #aea72b

%0
%4
%75
%32

Triadic Colors of #aea72b

#aea72b #2baea7 #a72bae

Analogous Colors of #aea72b

#aea72b #74ae2b #ae662b

Monochromatic Colors of #aea72b

#aea72b

Complementary Color

#aea72b #2b32ae

#aea72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea72b Color CSS Codes

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

#aea72b Text Font Color

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

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


#aea72b Background Color

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

This div background color is #aea72b


#aea72b Border Color

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

This div border color is #aea72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea72b


Comments

No comments written yet.

Please login to write comment.