Color Hex Logo

#aae043 Color Hex

#AAE043
(170,224,67)
0 Favorites   0 Comments

Color spaces of #aae043

RGB 17022467
HSL0.220.720.57
HSV81°70°88°
CMYK 0.240.000.70   0.12
XYZ44.246362.262614.9960
Yxy62.26260.36420.5124
Hunter Lab78.9067-37.994143.9668
CIE-Lab83.0529-39.442167.4963

#aae043 color RGB value is (170,224,67).

#aae043 hex color red value is 170, green value is 224 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aae043 hue: 0.22 , saturation: 0.72 and the lightness value of aae043 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01000011
Octal 252 340 103
Decimal 170 224 67
Hex AA E0 43

RGB Percentages of Color #aae043

%36.88
%48.59
%14.53

CMYK Percentages of Color #aae043

%24
%0
%70
%12

Triadic Colors of #aae043

#aae043 #43aae0 #e043aa

Analogous Colors of #aae043

#aae043 #5ce043 #e0c843

Monochromatic Colors of #aae043

#aae043

Complementary Color

#aae043 #7943e0

#aae043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae043 Color CSS Codes

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

#aae043 Text Font Color

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

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


#aae043 Background Color

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

This div background color is #aae043


#aae043 Border Color

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

This div border color is #aae043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae043


Comments

No comments written yet.

Please login to write comment.