Color Hex Logo

#aeae45 Color Hex

#AEAE45
(174,174,69)
0 Favorites   0 Comments

Color spaces of #aeae45

RGB 17417469
HSL0.170.430.48
HSV60°60°68°
CMYK 0.000.000.60   0.32
XYZ33.665839.700411.5188
Yxy39.70040.39660.4677
Hunter Lab63.0083-14.890533.2667
CIE-Lab69.2556-13.711752.4023

#aeae45 color RGB value is (174,174,69).

#aeae45 hex color red value is 174, green value is 174 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aeae45 hue: 0.17 , saturation: 0.43 and the lightness value of aeae45 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 01000101
Octal 256 256 105
Decimal 174 174 69
Hex AE AE 45

RGB Percentages of Color #aeae45

%41.73
%41.73
%16.55

CMYK Percentages of Color #aeae45

%0
%0
%60
%32

Triadic Colors of #aeae45

#aeae45 #45aeae #ae45ae

Analogous Colors of #aeae45

#aeae45 #7aae45 #ae7a45

Monochromatic Colors of #aeae45

#aeae45

Complementary Color

#aeae45 #4545ae

#aeae45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeae45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeae45 Color CSS Codes

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

#aeae45 Text Font Color

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

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


#aeae45 Background Color

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

This div background color is #aeae45


#aeae45 Border Color

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

This div border color is #aeae45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeae45


Comments

No comments written yet.

Please login to write comment.