Color Hex Logo

#aae5a3 Color Hex

#AAE5A3
(170,229,163)
3 Favorites   2 Comments

Color spaces of #aae5a3

RGB 170229163
HSL0.320.560.77
HSV114°29°90°
CMYK 0.260.000.29   0.10
XYZ51.207767.229044.9279
Yxy67.22900.31350.4115
Hunter Lab81.9933-32.008724.9076
CIE-Lab85.6195-31.163726.3103

#aae5a3 color RGB value is (170,229,163).

#aae5a3 hex color red value is 170, green value is 229 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #aae5a3 hue: 0.32 , saturation: 0.56 and the lightness value of aae5a3 is 0.77.

The process color (four color CMYK) of #aae5a3 color hex is 0.26, 0.00, 0.29, 0.10. Web safe color of #aae5a3 is #99cc99. Color #aae5a3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 10100011
Octal 252 345 243
Decimal 170 229 163
Hex AA E5 A3

RGB Percentages of Color #aae5a3

%30.25
%40.75
%29.00

CMYK Percentages of Color #aae5a3

%26
%0
%29
%10

Triadic Colors of #aae5a3

#aae5a3 #a3aae5 #e5a3aa

Analogous Colors of #aae5a3

#aae5a3 #a3e5bd #cbe5a3

Monochromatic Colors of #aae5a3

#aae5a3

Complementary Color

#aae5a3 #dea3e5

#aae5a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5a3 Color CSS Codes

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

#aae5a3 Text Font Color

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

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


#aae5a3 Background Color

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

This div background color is #aae5a3


#aae5a3 Border Color

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

This div border color is #aae5a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5a3


Comments

15 Jun 2022, 10:04 MISSINGNO

if you know you know

25 May 2019, 7:32 Wgjc3107

If you know what this colour is then you’ve probably seen some messed up stuff

Please login to write comment.