Color Hex Logo

#aee18c Color Hex

#AEE18C
(174,225,140)
0 Favorites   0 Comments

Color spaces of #aee18c

RGB 174225140
HSL0.270.590.72
HSV96°38°88°
CMYK 0.230.000.38   0.12
XYZ49.114464.742534.7189
Yxy64.74250.33060.4358
Hunter Lab80.4627-31.853530.7408
CIE-Lab84.3509-31.316836.3827

#aee18c color RGB value is (174,225,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 10001100
Octal 256 341 214
Decimal 174 225 140
Hex AE E1 8C

RGB Percentages of Color #aee18c

%32.28
%41.74
%25.97

CMYK Percentages of Color #aee18c

%23
%0
%38
%12

Triadic Colors of #aee18c

#aee18c #8caee1 #e18cae

Analogous Colors of #aee18c

#aee18c #8ce195 #d9e18c

Monochromatic Colors of #aee18c

#aee18c

Complementary Color

#aee18c #bf8ce1

#aee18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee18c Color CSS Codes

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

#aee18c Text Font Color

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

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


#aee18c Background Color

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

This div background color is #aee18c


#aee18c Border Color

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

This div border color is #aee18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee18c


Comments

No comments written yet.

Please login to write comment.