Color Hex Logo

#aeae74 Color Hex

#AEAE74
(174,174,116)
0 Favorites   0 Comments

Color spaces of #aeae74

RGB 174174116
HSL0.170.260.57
HSV60°33°68°
CMYK 0.000.000.33   0.32
XYZ35.744040.531722.4625
Yxy40.53170.36200.4105
Hunter Lab63.6645-11.195323.6461
CIE-Lab69.8466-9.124429.8353

#aeae74 color RGB value is (174,174,116).

#aeae74 hex color red value is 174, green value is 174 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aeae74 hue: 0.17 , saturation: 0.26 and the lightness value of aeae74 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01110100
Octal 256 256 164
Decimal 174 174 116
Hex AE AE 74

RGB Percentages of Color #aeae74

%37.50
%37.50
%25.00

CMYK Percentages of Color #aeae74

%0
%0
%33
%32

Triadic Colors of #aeae74

#aeae74 #74aeae #ae74ae

Analogous Colors of #aeae74

#aeae74 #91ae74 #ae9174

Monochromatic Colors of #aeae74

#aeae74

Complementary Color

#aeae74 #7474ae

#aeae74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae74 Color CSS Codes

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

#aeae74 Text Font Color

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

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


#aeae74 Background Color

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

This div background color is #aeae74


#aeae74 Border Color

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

This div border color is #aeae74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae74


Comments

No comments written yet.

Please login to write comment.