Color Hex Logo

#aae074 Color Hex

#AAE074
(170,224,116)
0 Favorites   0 Comments

Color spaces of #aae074

RGB 170224116
HSL0.250.640.67
HSV90°48°88°
CMYK 0.240.000.48   0.12
XYZ46.385663.118326.2613
Yxy63.11830.34170.4649
Hunter Lab79.4470-34.814136.0145
CIE-Lab83.5046-35.241847.0655

#aae074 color RGB value is (170,224,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01110100
Octal 252 340 164
Decimal 170 224 116
Hex AA E0 74

RGB Percentages of Color #aae074

%33.33
%43.92
%22.75

CMYK Percentages of Color #aae074

%24
%0
%48
%12

Triadic Colors of #aae074

#aae074 #74aae0 #e074aa

Analogous Colors of #aae074

#aae074 #74e074 #e0e074

Monochromatic Colors of #aae074

#aae074

Complementary Color

#aae074 #aa74e0

#aae074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae074 Color CSS Codes

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

#aae074 Text Font Color

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

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


#aae074 Background Color

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

This div background color is #aae074


#aae074 Border Color

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

This div border color is #aae074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae074


Comments

No comments written yet.

Please login to write comment.