Color Hex Logo

#aae054 Color Hex

#AAE054
(170,224,84)
0 Favorites   0 Comments

Color spaces of #aae054

RGB 17022484
HSL0.230.690.60
HSV83°63°88°
CMYK 0.240.000.63   0.12
XYZ44.833562.497418.0877
Yxy62.49740.35750.4983
Hunter Lab79.0553-37.116641.7733
CIE-Lab83.1772-38.271461.0513

#aae054 color RGB value is (170,224,84).

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

The process color (four color CMYK) of #aae054 color hex is 0.24, 0.00, 0.63, 0.12. Web safe color of #aae054 is #99cc66. Color #aae054 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01010100
Octal 252 340 124
Decimal 170 224 84
Hex AA E0 54

RGB Percentages of Color #aae054

%35.56
%46.86
%17.57

CMYK Percentages of Color #aae054

%24
%0
%63
%12

Triadic Colors of #aae054

#aae054 #54aae0 #e054aa

Analogous Colors of #aae054

#aae054 #64e054 #e0d054

Monochromatic Colors of #aae054

#aae054

Complementary Color

#aae054 #8a54e0

#aae054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae054 Color CSS Codes

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

#aae054 Text Font Color

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

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


#aae054 Background Color

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

This div background color is #aae054


#aae054 Border Color

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

This div border color is #aae054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae054


Comments

No comments written yet.

Please login to write comment.