color codes Logo

#aea43f color codes

#AEA43F
(174,164,63)
0 Favorites   0 Comments

Color spaces of #aea43f

RGB 17416463
HSL0.150.470.46
HSV55°64°68°
CMYK 0.000.060.64   0.32
XYZ31.628235.90859.9667
Yxy35.90850.40810.4633
Hunter Lab59.9237-10.652832.0853
CIE-Lab66.4500-8.904752.0200

#aea43f color RGB value is (174,164,63).

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

The process color (four color CMYK) of #aea43f color code is 0.00, 0.06, 0.64, 0.32. Web safe color of #aea43f is #999933. Color #aea43f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 00111111
Octal 256 244 77
Decimal 174 164 63
Hex AE A4 3F

RGB Percentages of Color #aea43f

%43.39
%40.90
%15.71

CMYK Percentages of Color #aea43f

%0
%6
%64
%32

Triadic Colors of #aea43f

#aea43f #3faea4 #a43fae

Analogous Colors of #aea43f

#aea43f #81ae3f #ae6d3f

Monochromatic Colors of #aea43f

#aea43f

Complementary Color

#aea43f #3f49ae

#aea43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea43f Color CSS Codes

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

#aea43f Text Font Color

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

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


#aea43f Background Color

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

This div background color is #aea43f


#aea43f Border Color

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

This div border color is #aea43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea43f


Comments

No comments written yet.

Please login to write comment.