Color Hex Logo

#aae27d Color Hex

#AAE27D
(170,226,125)
0 Favorites   0 Comments

Color spaces of #aae27d

RGB 170226125
HSL0.260.640.69
HSV93°45°89°
CMYK 0.250.000.45   0.11
XYZ47.475664.419429.3340
Yxy64.41940.33620.4561
Hunter Lab80.2617-34.873434.5139
CIE-Lab84.1837-35.109243.5588

#aae27d color RGB value is (170,226,125).

#aae27d hex color red value is 170, green value is 226 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aae27d hue: 0.26 , saturation: 0.64 and the lightness value of aae27d is 0.69.

The process color (four color CMYK) of #aae27d color hex is 0.25, 0.00, 0.45, 0.11. Web safe color of #aae27d is #99cc66. Color #aae27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 01111101
Octal 252 342 175
Decimal 170 226 125
Hex AA E2 7D

RGB Percentages of Color #aae27d

%32.63
%43.38
%23.99

CMYK Percentages of Color #aae27d

%25
%0
%45
%11

Triadic Colors of #aae27d

#aae27d #7daae2 #e27daa

Analogous Colors of #aae27d

#aae27d #7de283 #dde27d

Monochromatic Colors of #aae27d

#aae27d

Complementary Color

#aae27d #b57de2

#aae27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae27d Color CSS Codes

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

#aae27d Text Font Color

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

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


#aae27d Background Color

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

This div background color is #aae27d


#aae27d Border Color

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

This div border color is #aae27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae27d


Comments

No comments written yet.

Please login to write comment.