Color Hex Logo

#aae07b Color Hex

#AAE07B
(170,224,123)
0 Favorites   0 Comments

Color spaces of #aae07b

RGB 170224123
HSL0.260.620.68
HSV92°45°88°
CMYK 0.240.000.45   0.12
XYZ46.808463.287428.4875
Yxy63.28740.33780.4567
Hunter Lab79.5534-34.190834.4560
CIE-Lab83.5934-34.432143.7958

#aae07b color RGB value is (170,224,123).

#aae07b hex color red value is 170, green value is 224 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aae07b hue: 0.26 , saturation: 0.62 and the lightness value of aae07b is 0.68.

The process color (four color CMYK) of #aae07b color hex is 0.24, 0.00, 0.45, 0.12. Web safe color of #aae07b is #99cc66. Color #aae07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01111011
Octal 252 340 173
Decimal 170 224 123
Hex AA E0 7B

RGB Percentages of Color #aae07b

%32.88
%43.33
%23.79

CMYK Percentages of Color #aae07b

%24
%0
%45
%12

Triadic Colors of #aae07b

#aae07b #7baae0 #e07baa

Analogous Colors of #aae07b

#aae07b #7be07f #dde07b

Monochromatic Colors of #aae07b

#aae07b

Complementary Color

#aae07b #b17be0

#aae07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae07b Color CSS Codes

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

#aae07b Text Font Color

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

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


#aae07b Background Color

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

This div background color is #aae07b


#aae07b Border Color

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

This div border color is #aae07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae07b


Comments

No comments written yet.

Please login to write comment.