Color Hex Logo

#aea13d Color Hex

#AEA13D
(174,161,61)
0 Favorites   0 Comments

Color spaces of #aea13d

RGB 17416161
HSL0.150.480.46
HSV53°65°68°
CMYK 0.000.070.65   0.32
XYZ31.042734.82539.5007
Yxy34.82530.41190.4621
Hunter Lab59.0130-9.376031.7638
CIE-Lab65.6124-7.446052.0033

#aea13d color RGB value is (174,161,61).

#aea13d hex color red value is 174, green value is 161 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aea13d hue: 0.15 , saturation: 0.48 and the lightness value of aea13d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 00111101
Octal 256 241 75
Decimal 174 161 61
Hex AE A1 3D

RGB Percentages of Color #aea13d

%43.94
%40.66
%15.40

CMYK Percentages of Color #aea13d

%0
%7
%65
%32

Triadic Colors of #aea13d

#aea13d #3daea1 #a13dae

Analogous Colors of #aea13d

#aea13d #83ae3d #ae693d

Monochromatic Colors of #aea13d

#aea13d

Complementary Color

#aea13d #3d4aae

#aea13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea13d Color CSS Codes

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

#aea13d Text Font Color

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

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


#aea13d Background Color

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

This div background color is #aea13d


#aea13d Border Color

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

This div border color is #aea13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea13d


Comments

No comments written yet.

Please login to write comment.