Color Hex Logo

#aae395 Color Hex

#AAE395
(170,227,149)
0 Favorites   0 Comments

Color spaces of #aae395

RGB 170227149
HSL0.290.580.74
HSV104°34°89°
CMYK 0.250.000.34   0.11
XYZ49.471565.654138.4989
Yxy65.65410.32200.4274
Hunter Lab81.0272-32.813728.5483
CIE-Lab84.8197-32.367432.4021

#aae395 color RGB value is (170,227,149).

#aae395 hex color red value is 170, green value is 227 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aae395 hue: 0.29 , saturation: 0.58 and the lightness value of aae395 is 0.74.

The process color (four color CMYK) of #aae395 color hex is 0.25, 0.00, 0.34, 0.11. Web safe color of #aae395 is #99cc99. Color #aae395 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 10010101
Octal 252 343 225
Decimal 170 227 149
Hex AA E3 95

RGB Percentages of Color #aae395

%31.14
%41.58
%27.29

CMYK Percentages of Color #aae395

%25
%0
%34
%11

Triadic Colors of #aae395

#aae395 #95aae3 #e395aa

Analogous Colors of #aae395

#aae395 #95e3a7 #d1e395

Monochromatic Colors of #aae395

#aae395

Complementary Color

#aae395 #ce95e3

#aae395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae395 Color CSS Codes

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

#aae395 Text Font Color

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

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


#aae395 Background Color

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

This div background color is #aae395


#aae395 Border Color

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

This div border color is #aae395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae395


Comments

No comments written yet.

Please login to write comment.