Color Hex Logo

#aed09a Color Hex

#AED09A
(174,208,154)
0 Favorites   0 Comments

Color spaces of #aed09a

RGB 174208154
HSL0.270.360.71
HSV98°26°82°
CMYK 0.160.000.26   0.18
XYZ45.844256.443539.0503
Yxy56.44350.32440.3994
Hunter Lab75.1289-22.553521.7726
CIE-Lab79.8656-21.093923.1885

#aed09a color RGB value is (174,208,154).

#aed09a hex color red value is 174, green value is 208 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aed09a hue: 0.27 , saturation: 0.36 and the lightness value of aed09a is 0.71.

The process color (four color CMYK) of #aed09a color hex is 0.16, 0.00, 0.26, 0.18. Web safe color of #aed09a is #99cc99. Color #aed09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10011010
Octal 256 320 232
Decimal 174 208 154
Hex AE D0 9A

RGB Percentages of Color #aed09a

%32.46
%38.81
%28.73

CMYK Percentages of Color #aed09a

%16
%0
%26
%18

Triadic Colors of #aed09a

#aed09a #9aaed0 #d09aae

Analogous Colors of #aed09a

#aed09a #9ad0a1 #c9d09a

Monochromatic Colors of #aed09a

#aed09a

Complementary Color

#aed09a #bc9ad0

#aed09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed09a Color CSS Codes

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

#aed09a Text Font Color

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

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


#aed09a Background Color

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

This div background color is #aed09a


#aed09a Border Color

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

This div border color is #aed09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed09a


Comments

No comments written yet.

Please login to write comment.