Color Hex Logo

#aeac58 Color Hex

#AEAC58
(174,172,88)
0 Favorites   0 Comments

Color spaces of #aeac58

RGB 17417288
HSL0.160.350.51
HSV59°49°68°
CMYK 0.000.010.49   0.32
XYZ33.969539.208315.0101
Yxy39.20830.38520.4446
Hunter Lab62.6165-12.742629.6189
CIE-Lab68.9019-11.126543.0657

#aeac58 color RGB value is (174,172,88).

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

The process color (four color CMYK) of #aeac58 color hex is 0.00, 0.01, 0.49, 0.32. Web safe color of #aeac58 is #999966. Color #aeac58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01011000
Octal 256 254 130
Decimal 174 172 88
Hex AE AC 58

RGB Percentages of Color #aeac58

%40.09
%39.63
%20.28

CMYK Percentages of Color #aeac58

%0
%1
%49
%32

Triadic Colors of #aeac58

#aeac58 #58aeac #ac58ae

Analogous Colors of #aeac58

#aeac58 #85ae58 #ae8158

Monochromatic Colors of #aeac58

#aeac58

Complementary Color

#aeac58 #585aae

#aeac58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac58 Color CSS Codes

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

#aeac58 Text Font Color

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

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


#aeac58 Background Color

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

This div background color is #aeac58


#aeac58 Border Color

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

This div border color is #aeac58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac58


Comments

No comments written yet.

Please login to write comment.