Color Hex Logo

#aeea9d Color Hex

#AEEA9D
(174,234,157)
0 Favorites   0 Comments

Color spaces of #aeea9d

RGB 174234157
HSL0.300.650.77
HSV107°33°92°
CMYK 0.260.000.33   0.08
XYZ52.964270.278642.6719
Yxy70.27860.31920.4236
Hunter Lab83.8323-33.932628.5031
CIE-Lab87.1333-33.089331.4556

#aeea9d color RGB value is (174,234,157).

#aeea9d hex color red value is 174, green value is 234 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aeea9d hue: 0.30 , saturation: 0.65 and the lightness value of aeea9d is 0.77.

The process color (four color CMYK) of #aeea9d color hex is 0.26, 0.00, 0.33, 0.08. Web safe color of #aeea9d is #99ff99. Color #aeea9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 10011101
Octal 256 352 235
Decimal 174 234 157
Hex AE EA 9D

RGB Percentages of Color #aeea9d

%30.80
%41.42
%27.79

CMYK Percentages of Color #aeea9d

%26
%0
%33
%8

Triadic Colors of #aeea9d

#aeea9d #9daeea #ea9dae

Analogous Colors of #aeea9d

#aeea9d #9deab3 #d5ea9d

Monochromatic Colors of #aeea9d

#aeea9d

Complementary Color

#aeea9d #d99dea

#aeea9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea9d Color CSS Codes

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

#aeea9d Text Font Color

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

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


#aeea9d Background Color

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

This div background color is #aeea9d


#aeea9d Border Color

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

This div border color is #aeea9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,234,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea9d


Comments

No comments written yet.

Please login to write comment.