Color Hex Logo

#aae26c Color Hex

#AAE26C
(170,226,108)
0 Favorites   0 Comments

Color spaces of #aae26c

RGB 170226108
HSL0.250.670.65
HSV88°52°89°
CMYK 0.250.000.52   0.11
XYZ46.480764.021524.0949
Yxy64.02150.34530.4757
Hunter Lab80.0134-36.330938.1551
CIE-Lab83.9770-37.009151.4020

#aae26c color RGB value is (170,226,108).

#aae26c hex color red value is 170, green value is 226 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aae26c hue: 0.25 , saturation: 0.67 and the lightness value of aae26c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 01101100
Octal 252 342 154
Decimal 170 226 108
Hex AA E2 6C

RGB Percentages of Color #aae26c

%33.73
%44.84
%21.43

CMYK Percentages of Color #aae26c

%25
%0
%52
%11

Triadic Colors of #aae26c

#aae26c #6caae2 #e26caa

Analogous Colors of #aae26c

#aae26c #6fe26c #e2df6c

Monochromatic Colors of #aae26c

#aae26c

Complementary Color

#aae26c #a46ce2

#aae26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae26c Color CSS Codes

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

#aae26c Text Font Color

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

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


#aae26c Background Color

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

This div background color is #aae26c


#aae26c Border Color

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

This div border color is #aae26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae26c


Comments

No comments written yet.

Please login to write comment.