Color Hex Logo

#aed18a Color Hex

#AED18A
(174,209,138)
0 Favorites   0 Comments

Color spaces of #aed18a

RGB 174209138
HSL0.250.440.68
HSV90°34°82°
CMYK 0.170.000.34   0.18
XYZ44.843556.434632.5742
Yxy56.43460.33500.4216
Hunter Lab75.1230-24.912426.8772
CIE-Lab79.8605-23.946331.5142

#aed18a color RGB value is (174,209,138).

#aed18a hex color red value is 174, green value is 209 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aed18a hue: 0.25 , saturation: 0.44 and the lightness value of aed18a is 0.68.

The process color (four color CMYK) of #aed18a color hex is 0.17, 0.00, 0.34, 0.18. Web safe color of #aed18a is #99cc99. Color #aed18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10001010
Octal 256 321 212
Decimal 174 209 138
Hex AE D1 8A

RGB Percentages of Color #aed18a

%33.40
%40.12
%26.49

CMYK Percentages of Color #aed18a

%17
%0
%34
%18

Triadic Colors of #aed18a

#aed18a #8aaed1 #d18aae

Analogous Colors of #aed18a

#aed18a #8bd18a #d1d18a

Monochromatic Colors of #aed18a

#aed18a

Complementary Color

#aed18a #ad8ad1

#aed18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed18a Color CSS Codes

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

#aed18a Text Font Color

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

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


#aed18a Background Color

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

This div background color is #aed18a


#aed18a Border Color

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

This div border color is #aed18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed18a


Comments

No comments written yet.

Please login to write comment.