Color Hex Logo

#aeae57 Color Hex

#AEAE57
(174,174,87)
0 Favorites   0 Comments

Color spaces of #aeae57

RGB 17417487
HSL0.170.350.51
HSV60°50°68°
CMYK 0.000.000.50   0.32
XYZ34.311939.958914.9212
Yxy39.95890.38470.4480
Hunter Lab63.2131-13.733530.2540
CIE-Lab69.4402-12.258844.1983

#aeae57 color RGB value is (174,174,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01010111
Octal 256 256 127
Decimal 174 174 87
Hex AE AE 57

RGB Percentages of Color #aeae57

%40.00
%40.00
%20.00

CMYK Percentages of Color #aeae57

%0
%0
%50
%32

Triadic Colors of #aeae57

#aeae57 #57aeae #ae57ae

Analogous Colors of #aeae57

#aeae57 #83ae57 #ae8357

Monochromatic Colors of #aeae57

#aeae57

Complementary Color

#aeae57 #5757ae

#aeae57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae57 Color CSS Codes

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

#aeae57 Text Font Color

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

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


#aeae57 Background Color

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

This div background color is #aeae57


#aeae57 Border Color

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

This div border color is #aeae57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae57


Comments

No comments written yet.

Please login to write comment.