Color Hex Logo

#aae15f Color Hex

#AAE15F
(170,225,95)
0 Favorites   0 Comments

Color spaces of #aae15f

RGB 17022595
HSL0.240.680.63
HSV85°58°88°
CMYK 0.240.000.58   0.12
XYZ45.568363.222720.6280
Yxy63.22270.35210.4885
Hunter Lab79.5127-36.849840.2773
CIE-Lab83.5594-37.803956.7871

#aae15f color RGB value is (170,225,95).

#aae15f hex color red value is 170, green value is 225 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aae15f hue: 0.24 , saturation: 0.68 and the lightness value of aae15f is 0.63.

The process color (four color CMYK) of #aae15f color hex is 0.24, 0.00, 0.58, 0.12. Web safe color of #aae15f is #99cc66. Color #aae15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01011111
Octal 252 341 137
Decimal 170 225 95
Hex AA E1 5F

RGB Percentages of Color #aae15f

%34.69
%45.92
%19.39

CMYK Percentages of Color #aae15f

%24
%0
%58
%12

Triadic Colors of #aae15f

#aae15f #5faae1 #e15faa

Analogous Colors of #aae15f

#aae15f #69e15f #e1d75f

Monochromatic Colors of #aae15f

#aae15f

Complementary Color

#aae15f #965fe1

#aae15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae15f Color CSS Codes

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

#aae15f Text Font Color

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

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


#aae15f Background Color

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

This div background color is #aae15f


#aae15f Border Color

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

This div border color is #aae15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae15f


Comments

No comments written yet.

Please login to write comment.