Color Hex Logo

#aae283 Color Hex

#AAE283
(170,226,131)
0 Favorites   0 Comments

Color spaces of #aae283

RGB 170226131
HSL0.260.620.70
HSV95°42°89°
CMYK 0.250.000.42   0.11
XYZ47.870764.577531.4144
Yxy64.57750.33280.4489
Hunter Lab80.3601-34.297433.0744
CIE-Lab84.2655-34.364740.7158

#aae283 color RGB value is (170,226,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 10000011
Octal 252 342 203
Decimal 170 226 131
Hex AA E2 83

RGB Percentages of Color #aae283

%32.26
%42.88
%24.86

CMYK Percentages of Color #aae283

%25
%0
%42
%11

Triadic Colors of #aae283

#aae283 #83aae2 #e283aa

Analogous Colors of #aae283

#aae283 #83e28c #dae283

Monochromatic Colors of #aae283

#aae283

Complementary Color

#aae283 #bb83e2

#aae283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae283 Color CSS Codes

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

#aae283 Text Font Color

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

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


#aae283 Background Color

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

This div background color is #aae283


#aae283 Border Color

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

This div border color is #aae283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae283


Comments

No comments written yet.

Please login to write comment.