Color Hex Logo

#aae46c Color Hex

#AAE46C
(170,228,108)
0 Favorites   0 Comments

Color spaces of #aae46c

RGB 170228108
HSL0.250.690.66
HSV89°53°89°
CMYK 0.250.000.53   0.11
XYZ47.027765.115624.2773
Yxy65.11560.34470.4773
Hunter Lab80.6942-37.187138.6482
CIE-Lab84.5433-37.910852.0739

#aae46c color RGB value is (170,228,108).

#aae46c hex color red value is 170, green value is 228 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aae46c hue: 0.25 , saturation: 0.69 and the lightness value of aae46c is 0.66.

The process color (four color CMYK) of #aae46c color hex is 0.25, 0.00, 0.53, 0.11. Web safe color of #aae46c is #99cc66. Color #aae46c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 01101100
Octal 252 344 154
Decimal 170 228 108
Hex AA E4 6C

RGB Percentages of Color #aae46c

%33.60
%45.06
%21.34

CMYK Percentages of Color #aae46c

%25
%0
%53
%11

Triadic Colors of #aae46c

#aae46c #6caae4 #e46caa

Analogous Colors of #aae46c

#aae46c #6ee46c #e4e26c

Monochromatic Colors of #aae46c

#aae46c

Complementary Color

#aae46c #a66ce4

#aae46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae46c Color CSS Codes

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

#aae46c Text Font Color

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

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


#aae46c Background Color

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

This div background color is #aae46c


#aae46c Border Color

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

This div border color is #aae46c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,228,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aae46c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aae46c;
  -webkit-box-shadow: 1px 1px 3px 2px #aae46c;
  box-shadow:         1px 1px 3px 2px #aae46c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,228,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae46c


Comments

No comments written yet.

Please login to write comment.