Color Hex Logo

#aae169 Color Hex

#AAE169
(170,225,105)
0 Favorites   0 Comments

Color spaces of #aae169

RGB 170225105
HSL0.240.670.65
HSV88°53°88°
CMYK 0.240.000.53   0.12
XYZ46.052663.416423.1780
Yxy63.41640.34720.4781
Hunter Lab79.6344-36.133638.4874
CIE-Lab83.6610-36.860252.4116

#aae169 color RGB value is (170,225,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01101001
Octal 252 341 151
Decimal 170 225 105
Hex AA E1 69

RGB Percentages of Color #aae169

%34.00
%45.00
%21.00

CMYK Percentages of Color #aae169

%24
%0
%53
%12

Triadic Colors of #aae169

#aae169 #69aae1 #e169aa

Analogous Colors of #aae169

#aae169 #6ee169 #e1dc69

Monochromatic Colors of #aae169

#aae169

Complementary Color

#aae169 #a069e1

#aae169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae169 Color CSS Codes

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

#aae169 Text Font Color

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

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


#aae169 Background Color

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

This div background color is #aae169


#aae169 Border Color

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

This div border color is #aae169


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,225,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 #aae169">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae169


Comments

No comments written yet.

Please login to write comment.