Color Hex Logo

#aae28c Color Hex

#AAE28C
(170,226,140)
0 Favorites   0 Comments

Color spaces of #aae28c

RGB 170226140
HSL0.280.600.72
HSV99°38°89°
CMYK 0.250.000.38   0.11
XYZ48.507564.832234.7682
Yxy64.83220.32750.4377
Hunter Lab80.5184-33.371830.7612
CIE-Lab84.3972-33.176036.3979

#aae28c color RGB value is (170,226,140).

#aae28c hex color red value is 170, green value is 226 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aae28c hue: 0.28 , saturation: 0.60 and the lightness value of aae28c is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 10001100
Octal 252 342 214
Decimal 170 226 140
Hex AA E2 8C

RGB Percentages of Color #aae28c

%31.72
%42.16
%26.12

CMYK Percentages of Color #aae28c

%25
%0
%38
%11

Triadic Colors of #aae28c

#aae28c #8caae2 #e28caa

Analogous Colors of #aae28c

#aae28c #8ce299 #d5e28c

Monochromatic Colors of #aae28c

#aae28c

Complementary Color

#aae28c #c48ce2

#aae28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae28c Color CSS Codes

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

#aae28c Text Font Color

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

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


#aae28c Background Color

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

This div background color is #aae28c


#aae28c Border Color

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

This div border color is #aae28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae28c


Comments

No comments written yet.

Please login to write comment.