color codes Logo

#aae34e color codes

#AAE34E
(170,227,78)
0 Favorites   0 Comments

Color spaces of #aae34e

RGB 17022778
HSL0.230.730.60
HSV83°66°89°
CMYK 0.250.000.66   0.11
XYZ45.421864.034317.1736
Yxy64.03430.35870.5057
Hunter Lab80.0214-38.717343.2906
CIE-Lab83.9836-40.052264.3259

#aae34e color RGB value is (170,227,78).

#aae34e hex color red value is 170, green value is 227 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aae34e hue: 0.23 , saturation: 0.73 and the lightness value of aae34e is 0.60.

The process color (four color CMYK) of #aae34e color code is 0.25, 0.00, 0.66, 0.11. Web safe color of #aae34e is #99cc66. Color #aae34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 01001110
Octal 252 343 116
Decimal 170 227 78
Hex AA E3 4E

RGB Percentages of Color #aae34e

%35.79
%47.79
%16.42

CMYK Percentages of Color #aae34e

%25
%0
%66
%11

Triadic Colors of #aae34e

#aae34e #4eaae3 #e34eaa

Analogous Colors of #aae34e

#aae34e #60e34e #e3d24e

Monochromatic Colors of #aae34e

#aae34e

Complementary Color

#aae34e #874ee3

#aae34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae34e Color CSS Codes

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

#aae34e Text Font Color

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

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


#aae34e Background Color

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

This div background color is #aae34e


#aae34e Border Color

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

This div border color is #aae34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae34e


Comments

No comments written yet.

Please login to write comment.