Color Hex Logo

#aae393 Color Hex

#AAE393
(170,227,147)
0 Favorites   0 Comments

Color spaces of #aae393

RGB 170227147
HSL0.290.590.73
HSV103°35°89°
CMYK 0.250.000.35   0.11
XYZ49.313165.590837.6650
Yxy65.59080.32320.4299
Hunter Lab80.9881-33.041929.1178
CIE-Lab84.7873-32.657433.3747

#aae393 color RGB value is (170,227,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 10010011
Octal 252 343 223
Decimal 170 227 147
Hex AA E3 93

RGB Percentages of Color #aae393

%31.25
%41.73
%27.02

CMYK Percentages of Color #aae393

%25
%0
%35
%11

Triadic Colors of #aae393

#aae393 #93aae3 #e393aa

Analogous Colors of #aae393

#aae393 #93e3a4 #d2e393

Monochromatic Colors of #aae393

#aae393

Complementary Color

#aae393 #cc93e3

#aae393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae393 Color CSS Codes

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

#aae393 Text Font Color

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

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


#aae393 Background Color

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

This div background color is #aae393


#aae393 Border Color

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

This div border color is #aae393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae393


Comments

No comments written yet.

Please login to write comment.