Color Hex Logo

#aae569 Color Hex

#AAE569
(170,229,105)
0 Favorites   0 Comments

Color spaces of #aae569

RGB 170229105
HSL0.250.700.65
HSV89°54°90°
CMYK 0.260.000.54   0.10
XYZ47.146765.604623.5427
Yxy65.60460.34590.4813
Hunter Lab80.9967-37.842539.4643
CIE-Lab84.7943-38.659753.7426

#aae569 color RGB value is (170,229,105).

#aae569 hex color red value is 170, green value is 229 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aae569 hue: 0.25 , saturation: 0.70 and the lightness value of aae569 is 0.65.

The process color (four color CMYK) of #aae569 color hex is 0.26, 0.00, 0.54, 0.10. Web safe color of #aae569 is #99cc66. Color #aae569 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 01101001
Octal 252 345 151
Decimal 170 229 105
Hex AA E5 69

RGB Percentages of Color #aae569

%33.73
%45.44
%20.83

CMYK Percentages of Color #aae569

%26
%0
%54
%10

Triadic Colors of #aae569

#aae569 #69aae5 #e569aa

Analogous Colors of #aae569

#aae569 #6ce569 #e5e269

Monochromatic Colors of #aae569

#aae569

Complementary Color

#aae569 #a469e5

#aae569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae569 Color CSS Codes

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

#aae569 Text Font Color

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

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


#aae569 Background Color

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

This div background color is #aae569


#aae569 Border Color

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

This div border color is #aae569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae569


Comments

No comments written yet.

Please login to write comment.