Color Hex Logo

#aeac46 Color Hex

#AEAC46
(174,172,70)
0 Favorites   0 Comments

Color spaces of #aeac46

RGB 17417270
HSL0.160.430.48
HSV59°60°68°
CMYK 0.000.010.60   0.32
XYZ33.313638.945911.5559
Yxy38.94590.39750.4647
Hunter Lab62.4067-13.925732.7059
CIE-Lab68.7121-12.606951.3637

#aeac46 color RGB value is (174,172,70).

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

The process color (four color CMYK) of #aeac46 color hex is 0.00, 0.01, 0.60, 0.32. Web safe color of #aeac46 is #999933. Color #aeac46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01000110
Octal 256 254 106
Decimal 174 172 70
Hex AE AC 46

RGB Percentages of Color #aeac46

%41.83
%41.35
%16.83

CMYK Percentages of Color #aeac46

%0
%1
%60
%32

Triadic Colors of #aeac46

#aeac46 #46aeac #ac46ae

Analogous Colors of #aeac46

#aeac46 #7cae46 #ae7846

Monochromatic Colors of #aeac46

#aeac46

Complementary Color

#aeac46 #4648ae

#aeac46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac46 Color CSS Codes

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

#aeac46 Text Font Color

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

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


#aeac46 Background Color

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

This div background color is #aeac46


#aeac46 Border Color

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

This div border color is #aeac46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac46


Comments

No comments written yet.

Please login to write comment.