Color Hex Logo

#aee97d Color Hex

#AEE97D
(174,233,125)
0 Favorites   0 Comments

Color spaces of #aee97d

RGB 174233125
HSL0.260.710.70
HSV93°46°91°
CMYK 0.250.000.46   0.09
XYZ50.296168.757230.0226
Yxy68.75720.33740.4612
Hunter Lab82.9200-36.838636.5770
CIE-Lab86.3837-36.886546.3490

#aee97d color RGB value is (174,233,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 01111101
Octal 256 351 175
Decimal 174 233 125
Hex AE E9 7D

RGB Percentages of Color #aee97d

%32.71
%43.80
%23.50

CMYK Percentages of Color #aee97d

%25
%0
%46
%9

Triadic Colors of #aee97d

#aee97d #7daee9 #e97dae

Analogous Colors of #aee97d

#aee97d #7de982 #e4e97d

Monochromatic Colors of #aee97d

#aee97d

Complementary Color

#aee97d #b87de9

#aee97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee97d Color CSS Codes

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

#aee97d Text Font Color

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

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


#aee97d Background Color

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

This div background color is #aee97d


#aee97d Border Color

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

This div border color is #aee97d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,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 #aee97d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee97d


Comments

No comments written yet.

Please login to write comment.