Color Hex Logo

#aae284 Color Hex

#AAE284
(170,226,132)
0 Favorites   0 Comments

Color spaces of #aae284

RGB 170226132
HSL0.270.620.70
HSV96°42°89°
CMYK 0.250.000.42   0.11
XYZ47.938864.604731.7731
Yxy64.60470.33220.4477
Hunter Lab80.3770-34.198232.8266
CIE-Lab84.2796-34.236840.2390

#aae284 color RGB value is (170,226,132).

#aae284 hex color red value is 170, green value is 226 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aae284 hue: 0.27 , saturation: 0.62 and the lightness value of aae284 is 0.70.

The process color (four color CMYK) of #aae284 color hex is 0.25, 0.00, 0.42, 0.11. Web safe color of #aae284 is #99cc99. Color #aae284 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 10000100
Octal 252 342 204
Decimal 170 226 132
Hex AA E2 84

RGB Percentages of Color #aae284

%32.20
%42.80
%25.00

CMYK Percentages of Color #aae284

%25
%0
%42
%11

Triadic Colors of #aae284

#aae284 #84aae2 #e284aa

Analogous Colors of #aae284

#aae284 #84e28d #d9e284

Monochromatic Colors of #aae284

#aae284

Complementary Color

#aae284 #bc84e2

#aae284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae284 Color CSS Codes

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

#aae284 Text Font Color

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

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


#aae284 Background Color

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

This div background color is #aae284


#aae284 Border Color

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

This div border color is #aae284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae284


Comments

No comments written yet.

Please login to write comment.