Color Hex Logo

#aea21d Color Hex

#AEA21D
(174,162,29)
0 Favorites   0 Comments

Color spaces of #aea21d

RGB 17416229
HSL0.150.710.40
HSV55°83°68°
CMYK 0.000.070.83   0.32
XYZ30.597734.92806.2915
Yxy34.92800.42600.4863
Hunter Lab59.0999-11.010335.0582
CIE-Lab65.6926-9.444763.5288

#aea21d color RGB value is (174,162,29).

#aea21d hex color red value is 174, green value is 162 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aea21d hue: 0.15 , saturation: 0.71 and the lightness value of aea21d is 0.40.

The process color (four color CMYK) of #aea21d color hex is 0.00, 0.07, 0.83, 0.32. Web safe color of #aea21d is #999933. Color #aea21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 00011101
Octal 256 242 35
Decimal 174 162 29
Hex AE A2 1D

RGB Percentages of Color #aea21d

%47.67
%44.38
%7.95

CMYK Percentages of Color #aea21d

%0
%7
%83
%32

Triadic Colors of #aea21d

#aea21d #1daea2 #a21dae

Analogous Colors of #aea21d

#aea21d #72ae1d #ae5a1d

Monochromatic Colors of #aea21d

#aea21d

Complementary Color

#aea21d #1d29ae

#aea21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea21d Color CSS Codes

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

#aea21d Text Font Color

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

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


#aea21d Background Color

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

This div background color is #aea21d


#aea21d Border Color

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

This div border color is #aea21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea21d


Comments

No comments written yet.

Please login to write comment.