Color Hex Logo

#aae295 Color Hex

#AAE295
(170,226,149)
0 Favorites   0 Comments

Color spaces of #aae295

RGB 170226149
HSL0.290.570.74
HSV104°34°89°
CMYK 0.250.000.34   0.11
XYZ49.198765.108738.4080
Yxy65.10870.32220.4263
Hunter Lab80.6900-32.371528.2612
CIE-Lab84.5397-31.901432.0308

#aae295 color RGB value is (170,226,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 10010101
Octal 252 342 225
Decimal 170 226 149
Hex AA E2 95

RGB Percentages of Color #aae295

%31.19
%41.47
%27.34

CMYK Percentages of Color #aae295

%25
%0
%34
%11

Triadic Colors of #aae295

#aae295 #95aae2 #e295aa

Analogous Colors of #aae295

#aae295 #95e2a7 #d1e295

Monochromatic Colors of #aae295

#aae295

Complementary Color

#aae295 #cd95e2

#aae295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae295 Color CSS Codes

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

#aae295 Text Font Color

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

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


#aae295 Background Color

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

This div background color is #aae295


#aae295 Border Color

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

This div border color is #aae295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae295


Comments

No comments written yet.

Please login to write comment.