Color Hex Logo

#aae046 Color Hex

#AAE046
(170,224,70)
0 Favorites   0 Comments

Color spaces of #aae046

RGB 17022470
HSL0.230.710.58
HSV81°69°88°
CMYK 0.240.000.69   0.12
XYZ44.338762.299615.4825
Yxy62.29960.36310.5101
Hunter Lab78.9301-37.855943.6211
CIE-Lab83.0725-39.257166.4251

#aae046 color RGB value is (170,224,70).

#aae046 hex color red value is 170, green value is 224 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #aae046 hue: 0.23 , saturation: 0.71 and the lightness value of aae046 is 0.58.

The process color (four color CMYK) of #aae046 color hex is 0.24, 0.00, 0.69, 0.12. Web safe color of #aae046 is #99cc33. Color #aae046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01000110
Octal 252 340 106
Decimal 170 224 70
Hex AA E0 46

RGB Percentages of Color #aae046

%36.64
%48.28
%15.09

CMYK Percentages of Color #aae046

%24
%0
%69
%12

Triadic Colors of #aae046

#aae046 #46aae0 #e046aa

Analogous Colors of #aae046

#aae046 #5de046 #e0c946

Monochromatic Colors of #aae046

#aae046

Complementary Color

#aae046 #7c46e0

#aae046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae046 Color CSS Codes

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

#aae046 Text Font Color

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

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


#aae046 Background Color

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

This div background color is #aae046


#aae046 Border Color

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

This div border color is #aae046


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,224,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aae046; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aae046;
  -webkit-box-shadow: 1px 1px 3px 2px #aae046;
  box-shadow:         1px 1px 3px 2px #aae046; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae046


Comments

No comments written yet.

Please login to write comment.