Color Hex Logo

#aae20d Color Hex

#AAE20D
(170,226,13)
0 Favorites   0 Comments

Color spaces of #aae20d

RGB 17022613
HSL0.210.890.47
HSV76°94°89°
CMYK 0.250.000.94   0.11
XYZ43.846662.967810.2238
Yxy62.96780.37460.5380
Hunter Lab79.3523-40.235147.9076
CIE-Lab83.4254-42.218480.5196

#aae20d color RGB value is (170,226,13).

#aae20d hex color red value is 170, green value is 226 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aae20d hue: 0.21 , saturation: 0.89 and the lightness value of aae20d is 0.47.

The process color (four color CMYK) of #aae20d color hex is 0.25, 0.00, 0.94, 0.11. Web safe color of #aae20d is #99cc00. Color #aae20d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 00001101
Octal 252 342 15
Decimal 170 226 13
Hex AA E2 D

RGB Percentages of Color #aae20d

%41.56
%55.26
%3.18

CMYK Percentages of Color #aae20d

%25
%0
%94
%11

Triadic Colors of #aae20d

#aae20d #0daae2 #e20daa

Analogous Colors of #aae20d

#aae20d #40e20d #e2b00d

Monochromatic Colors of #aae20d

#aae20d

Complementary Color

#aae20d #450de2

#aae20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae20d Color CSS Codes

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

#aae20d Text Font Color

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

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


#aae20d Background Color

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

This div background color is #aae20d


#aae20d Border Color

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

This div border color is #aae20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae20d


Comments

No comments written yet.

Please login to write comment.