Color Hex Logo

#aed28a Color Hex

#AED28A
(174,210,138)
0 Favorites   0 Comments

Color spaces of #aed28a

RGB 174210138
HSL0.250.440.68
HSV90°34°82°
CMYK 0.170.000.34   0.18
XYZ45.089656.926832.6563
Yxy56.92680.33480.4227
Hunter Lab75.4499-25.363827.1529
CIE-Lab80.1384-24.433331.8810

#aed28a color RGB value is (174,210,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 10001010
Octal 256 322 212
Decimal 174 210 138
Hex AE D2 8A

RGB Percentages of Color #aed28a

%33.33
%40.23
%26.44

CMYK Percentages of Color #aed28a

%17
%0
%34
%18

Triadic Colors of #aed28a

#aed28a #8aaed2 #d28aae

Analogous Colors of #aed28a

#aed28a #8ad28a #d2d28a

Monochromatic Colors of #aed28a

#aed28a

Complementary Color

#aed28a #ae8ad2

#aed28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed28a Color CSS Codes

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

#aed28a Text Font Color

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

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


#aed28a Background Color

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

This div background color is #aed28a


#aed28a Border Color

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

This div border color is #aed28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed28a


Comments

No comments written yet.

Please login to write comment.