Color Hex Logo

#aae82d Color Hex

#AAE82D
(170,232,45)
0 Favorites   0 Comments

Color spaces of #aae82d

RGB 17023245
HSL0.220.800.54
HSV80°81°91°
CMYK 0.270.000.81   0.09
XYZ45.907866.448712.8889
Yxy66.44870.36650.5305
Hunter Lab81.5161-42.126447.6866
CIE-Lab85.2248-44.012776.3246

#aae82d color RGB value is (170,232,45).

#aae82d hex color red value is 170, green value is 232 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aae82d hue: 0.22 , saturation: 0.80 and the lightness value of aae82d is 0.54.

The process color (four color CMYK) of #aae82d color hex is 0.27, 0.00, 0.81, 0.09. Web safe color of #aae82d is #99ff33. Color #aae82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 00101101
Octal 252 350 55
Decimal 170 232 45
Hex AA E8 2D

RGB Percentages of Color #aae82d

%38.03
%51.90
%10.07

CMYK Percentages of Color #aae82d

%27
%0
%81
%9

Triadic Colors of #aae82d

#aae82d #2daae8 #e82daa

Analogous Colors of #aae82d

#aae82d #4de82d #e8c92d

Monochromatic Colors of #aae82d

#aae82d

Complementary Color

#aae82d #6b2de8

#aae82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae82d Color CSS Codes

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

#aae82d Text Font Color

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

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


#aae82d Background Color

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

This div background color is #aae82d


#aae82d Border Color

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

This div border color is #aae82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae82d


Comments

No comments written yet.

Please login to write comment.