Color Hex Logo

#aae46b Color Hex

#AAE46B
(170,228,107)
0 Favorites   0 Comments

Color spaces of #aae46b

RGB 170228107
HSL0.250.690.66
HSV89°53°89°
CMYK 0.250.000.53   0.11
XYZ46.974865.094423.9986
Yxy65.09440.34520.4784
Hunter Lab80.6811-37.264238.8410
CIE-Lab84.5324-38.012152.5210

#aae46b color RGB value is (170,228,107).

#aae46b hex color red value is 170, green value is 228 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aae46b hue: 0.25 , saturation: 0.69 and the lightness value of aae46b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 01101011
Octal 252 344 153
Decimal 170 228 107
Hex AA E4 6B

RGB Percentages of Color #aae46b

%33.66
%45.15
%21.19

CMYK Percentages of Color #aae46b

%25
%0
%53
%11

Triadic Colors of #aae46b

#aae46b #6baae4 #e46baa

Analogous Colors of #aae46b

#aae46b #6ee46b #e4e26b

Monochromatic Colors of #aae46b

#aae46b

Complementary Color

#aae46b #a56be4

#aae46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae46b Color CSS Codes

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

#aae46b Text Font Color

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

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


#aae46b Background Color

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

This div background color is #aae46b


#aae46b Border Color

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

This div border color is #aae46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae46b


Comments

No comments written yet.

Please login to write comment.