Color Hex Logo

#aae06b Color Hex

#AAE06B
(170,224,107)
0 Favorites   0 Comments

Color spaces of #aae06b

RGB 170224107
HSL0.240.650.65
HSV88°52°88°
CMYK 0.240.000.52   0.12
XYZ45.887162.918923.6360
Yxy62.91890.34650.4751
Hunter Lab79.3214-35.551037.8579
CIE-Lab83.3997-36.205051.1797

#aae06b color RGB value is (170,224,107).

#aae06b hex color red value is 170, green value is 224 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aae06b hue: 0.24 , saturation: 0.65 and the lightness value of aae06b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01101011
Octal 252 340 153
Decimal 170 224 107
Hex AA E0 6B

RGB Percentages of Color #aae06b

%33.93
%44.71
%21.36

CMYK Percentages of Color #aae06b

%24
%0
%52
%12

Triadic Colors of #aae06b

#aae06b #6baae0 #e06baa

Analogous Colors of #aae06b

#aae06b #70e06b #e0dc6b

Monochromatic Colors of #aae06b

#aae06b

Complementary Color

#aae06b #a16be0

#aae06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae06b Color CSS Codes

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

#aae06b Text Font Color

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

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


#aae06b Background Color

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

This div background color is #aae06b


#aae06b Border Color

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

This div border color is #aae06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,224,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 #aae06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae06b


Comments

No comments written yet.

Please login to write comment.