Color Hex Logo

#aeae4d Color Hex

#AEAE4D
(174,174,77)
0 Favorites   0 Comments

Color spaces of #aeae4d

RGB 17417477
HSL0.170.390.49
HSV60°56°68°
CMYK 0.000.000.56   0.32
XYZ33.931239.806612.9163
Yxy39.80660.39160.4594
Hunter Lab63.0925-14.414332.0269
CIE-Lab69.3316-13.111948.8530

#aeae4d color RGB value is (174,174,77).

#aeae4d hex color red value is 174, green value is 174 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aeae4d hue: 0.17 , saturation: 0.39 and the lightness value of aeae4d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01001101
Octal 256 256 115
Decimal 174 174 77
Hex AE AE 4D

RGB Percentages of Color #aeae4d

%40.94
%40.94
%18.12

CMYK Percentages of Color #aeae4d

%0
%0
%56
%32

Triadic Colors of #aeae4d

#aeae4d #4daeae #ae4dae

Analogous Colors of #aeae4d

#aeae4d #7eae4d #ae7e4d

Monochromatic Colors of #aeae4d

#aeae4d

Complementary Color

#aeae4d #4d4dae

#aeae4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae4d Color CSS Codes

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

#aeae4d Text Font Color

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

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


#aeae4d Background Color

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

This div background color is #aeae4d


#aeae4d Border Color

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

This div border color is #aeae4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae4d


Comments

No comments written yet.

Please login to write comment.