Color Hex Logo

#aae84c Color Hex

#AAE84C
(170,232,76)
0 Favorites   0 Comments

Color spaces of #aae84c

RGB 17023276
HSL0.230.770.60
HSV84°67°91°
CMYK 0.270.000.67   0.09
XYZ46.738766.781117.2641
Yxy66.78110.35740.5106
Hunter Lab81.7197-40.918344.6782
CIE-Lab85.3933-42.386466.5668

#aae84c color RGB value is (170,232,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 01001100
Octal 252 350 114
Decimal 170 232 76
Hex AA E8 4C

RGB Percentages of Color #aae84c

%35.56
%48.54
%15.90

CMYK Percentages of Color #aae84c

%27
%0
%67
%9

Triadic Colors of #aae84c

#aae84c #4caae8 #e84caa

Analogous Colors of #aae84c

#aae84c #5ce84c #e8d84c

Monochromatic Colors of #aae84c

#aae84c

Complementary Color

#aae84c #8a4ce8

#aae84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae84c Color CSS Codes

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

#aae84c Text Font Color

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

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


#aae84c Background Color

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

This div background color is #aae84c


#aae84c Border Color

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

This div border color is #aae84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae84c


Comments

No comments written yet.

Please login to write comment.