Color Hex Logo

#aee28d Color Hex

#AEE28D
(174,226,141)
0 Favorites   0 Comments

Color spaces of #aee28d

RGB 174226141
HSL0.270.590.72
HSV97°38°89°
CMYK 0.230.000.38   0.11
XYZ49.459665.314535.1995
Yxy65.31450.32980.4355
Hunter Lab80.8174-32.189830.7488
CIE-Lab84.6455-31.649136.2632

#aee28d color RGB value is (174,226,141).

#aee28d hex color red value is 174, green value is 226 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aee28d hue: 0.27 , saturation: 0.59 and the lightness value of aee28d is 0.72.

The process color (four color CMYK) of #aee28d color hex is 0.23, 0.00, 0.38, 0.11. Web safe color of #aee28d is #99cc99. Color #aee28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 10001101
Octal 256 342 215
Decimal 174 226 141
Hex AE E2 8D

RGB Percentages of Color #aee28d

%32.16
%41.77
%26.06

CMYK Percentages of Color #aee28d

%23
%0
%38
%11

Triadic Colors of #aee28d

#aee28d #8daee2 #e28dae

Analogous Colors of #aee28d

#aee28d #8de297 #d9e28d

Monochromatic Colors of #aee28d

#aee28d

Complementary Color

#aee28d #c18de2

#aee28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee28d Color CSS Codes

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

#aee28d Text Font Color

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

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


#aee28d Background Color

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

This div background color is #aee28d


#aee28d Border Color

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

This div border color is #aee28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee28d


Comments

No comments written yet.

Please login to write comment.