Color Hex Logo

#aae97d Color Hex

#AAE97D
(170,233,125)
0 Favorites   0 Comments

Color spaces of #aae97d

RGB 170233125
HSL0.260.710.70
HSV95°46°91°
CMYK 0.270.000.46   0.09
XYZ49.418168.304529.9815
Yxy68.30450.33460.4624
Hunter Lab82.6465-37.898236.3441
CIE-Lab86.1585-38.282946.0202

#aae97d color RGB value is (170,233,125).

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

The process color (four color CMYK) of #aae97d color hex is 0.27, 0.00, 0.46, 0.09. Web safe color of #aae97d is #99ff66. Color #aae97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 01111101
Octal 252 351 175
Decimal 170 233 125
Hex AA E9 7D

RGB Percentages of Color #aae97d

%32.20
%44.13
%23.67

CMYK Percentages of Color #aae97d

%27
%0
%46
%9

Triadic Colors of #aae97d

#aae97d #7daae9 #e97daa

Analogous Colors of #aae97d

#aae97d #7de986 #e0e97d

Monochromatic Colors of #aae97d

#aae97d

Complementary Color

#aae97d #bc7de9

#aae97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae97d Color CSS Codes

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

#aae97d Text Font Color

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

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


#aae97d Background Color

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

This div background color is #aae97d


#aae97d Border Color

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

This div border color is #aae97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae97d


Comments

No comments written yet.

Please login to write comment.