Color Hex Logo

#aeae60 Color Hex

#AEAE60
(174,174,96)
0 Favorites   0 Comments

Color spaces of #aeae60

RGB 17417496
HSL0.170.330.53
HSV60°45°68°
CMYK 0.000.000.45   0.32
XYZ34.702940.115316.9803
Yxy40.11530.37800.4370
Hunter Lab63.3366-13.036828.4402
CIE-Lab69.5516-11.391439.8500

#aeae60 color RGB value is (174,174,96).

#aeae60 hex color red value is 174, green value is 174 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aeae60 hue: 0.17 , saturation: 0.33 and the lightness value of aeae60 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01100000
Octal 256 256 140
Decimal 174 174 96
Hex AE AE 60

RGB Percentages of Color #aeae60

%39.19
%39.19
%21.62

CMYK Percentages of Color #aeae60

%0
%0
%45
%32

Triadic Colors of #aeae60

#aeae60 #60aeae #ae60ae

Analogous Colors of #aeae60

#aeae60 #87ae60 #ae8760

Monochromatic Colors of #aeae60

#aeae60

Complementary Color

#aeae60 #6060ae

#aeae60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae60 Color CSS Codes

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

#aeae60 Text Font Color

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

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


#aeae60 Background Color

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

This div background color is #aeae60


#aeae60 Border Color

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

This div border color is #aeae60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae60


Comments

No comments written yet.

Please login to write comment.