Color Hex Logo

#aea63f Color Hex

#AEA63F
(174,166,63)
0 Favorites   0 Comments

Color spaces of #aea63f

RGB 17416663
HSL0.150.470.46
HSV56°64°68°
CMYK 0.000.050.64   0.32
XYZ31.989036.630010.0869
Yxy36.63000.40640.4654
Hunter Lab60.5227-11.569432.4845
CIE-Lab66.9985-9.956652.6049

#aea63f color RGB value is (174,166,63).

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

The process color (four color CMYK) of #aea63f color hex is 0.00, 0.05, 0.64, 0.32. Web safe color of #aea63f is #999933. Color #aea63f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00111111
Octal 256 246 77
Decimal 174 166 63
Hex AE A6 3F

RGB Percentages of Color #aea63f

%43.18
%41.19
%15.63

CMYK Percentages of Color #aea63f

%0
%5
%64
%32

Triadic Colors of #aea63f

#aea63f #3faea6 #a63fae

Analogous Colors of #aea63f

#aea63f #7fae3f #ae6f3f

Monochromatic Colors of #aea63f

#aea63f

Complementary Color

#aea63f #3f47ae

#aea63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea63f Color CSS Codes

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

#aea63f Text Font Color

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

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


#aea63f Background Color

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

This div background color is #aea63f


#aea63f Border Color

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

This div border color is #aea63f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,166,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 #aea63f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea63f


Comments

No comments written yet.

Please login to write comment.