Color Hex Logo

#aae076 Color Hex

#AAE076
(170,224,118)
0 Favorites   0 Comments

Color spaces of #aae076

RGB 170224118
HSL0.250.630.67
HSV91°47°88°
CMYK 0.240.000.47   0.12
XYZ46.503263.165426.8807
Yxy63.16540.34060.4626
Hunter Lab79.4767-34.640735.5805
CIE-Lab83.5293-35.016146.1370

#aae076 color RGB value is (170,224,118).

#aae076 hex color red value is 170, green value is 224 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aae076 hue: 0.25 , saturation: 0.63 and the lightness value of aae076 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01110110
Octal 252 340 166
Decimal 170 224 118
Hex AA E0 76

RGB Percentages of Color #aae076

%33.20
%43.75
%23.05

CMYK Percentages of Color #aae076

%24
%0
%47
%12

Triadic Colors of #aae076

#aae076 #76aae0 #e076aa

Analogous Colors of #aae076

#aae076 #76e077 #dfe076

Monochromatic Colors of #aae076

#aae076

Complementary Color

#aae076 #ac76e0

#aae076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae076 Color CSS Codes

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

#aae076 Text Font Color

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

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


#aae076 Background Color

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

This div background color is #aae076


#aae076 Border Color

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

This div border color is #aae076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae076


Comments

No comments written yet.

Please login to write comment.