Color Hex Logo

#aeae42 Color Hex

#AEAE42
(174,174,66)
0 Favorites   0 Comments

Color spaces of #aeae42

RGB 17417466
HSL0.170.450.47
HSV60°62°68°
CMYK 0.000.000.62   0.32
XYZ33.575039.664111.0406
Yxy39.66410.39840.4706
Hunter Lab62.9794-15.053833.6918
CIE-Lab69.2296-13.918053.6850

#aeae42 color RGB value is (174,174,66).

#aeae42 hex color red value is 174, green value is 174 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #aeae42 hue: 0.17 , saturation: 0.45 and the lightness value of aeae42 is 0.47.

The process color (four color CMYK) of #aeae42 color hex is 0.00, 0.00, 0.62, 0.32. Web safe color of #aeae42 is #999933. Color #aeae42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01000010
Octal 256 256 102
Decimal 174 174 66
Hex AE AE 42

RGB Percentages of Color #aeae42

%42.03
%42.03
%15.94

CMYK Percentages of Color #aeae42

%0
%0
%62
%32

Triadic Colors of #aeae42

#aeae42 #42aeae #ae42ae

Analogous Colors of #aeae42

#aeae42 #78ae42 #ae7842

Monochromatic Colors of #aeae42

#aeae42

Complementary Color

#aeae42 #4242ae

#aeae42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae42 Color CSS Codes

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

#aeae42 Text Font Color

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

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


#aeae42 Background Color

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

This div background color is #aeae42


#aeae42 Border Color

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

This div border color is #aeae42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae42


Comments

No comments written yet.

Please login to write comment.