Color Hex Logo

#aee19c Color Hex

#AEE19C
(174,225,156)
0 Favorites   0 Comments

Color spaces of #aee19c

RGB 174225156
HSL0.290.530.75
HSV104°31°88°
CMYK 0.230.000.31   0.12
XYZ50.381565.249441.3915
Yxy65.24940.32090.4155
Hunter Lab80.7771-30.027726.1628
CIE-Lab84.6121-29.021528.5874

#aee19c color RGB value is (174,225,156).

#aee19c hex color red value is 174, green value is 225 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aee19c hue: 0.29 , saturation: 0.53 and the lightness value of aee19c is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 10011100
Octal 256 341 234
Decimal 174 225 156
Hex AE E1 9C

RGB Percentages of Color #aee19c

%31.35
%40.54
%28.11

CMYK Percentages of Color #aee19c

%23
%0
%31
%12

Triadic Colors of #aee19c

#aee19c #9caee1 #e19cae

Analogous Colors of #aee19c

#aee19c #9ce1ad #d1e19c

Monochromatic Colors of #aee19c

#aee19c

Complementary Color

#aee19c #cf9ce1

#aee19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee19c Color CSS Codes

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

#aee19c Text Font Color

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

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


#aee19c Background Color

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

This div background color is #aee19c


#aee19c Border Color

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

This div border color is #aee19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee19c


Comments

No comments written yet.

Please login to write comment.