Color Hex Logo

#aae078 Color Hex

#AAE078
(170,224,120)
0 Favorites   0 Comments

Color spaces of #aae078

RGB 170224120
HSL0.250.630.67
HSV91°46°88°
CMYK 0.240.000.46   0.12
XYZ46.623463.213427.5134
Yxy63.21340.33940.4602
Hunter Lab79.5069-34.463335.1375
CIE-Lab83.5545-34.785645.2037

#aae078 color RGB value is (170,224,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01111000
Octal 252 340 170
Decimal 170 224 120
Hex AA E0 78

RGB Percentages of Color #aae078

%33.07
%43.58
%23.35

CMYK Percentages of Color #aae078

%24
%0
%46
%12

Triadic Colors of #aae078

#aae078 #78aae0 #e078aa

Analogous Colors of #aae078

#aae078 #78e07a #dee078

Monochromatic Colors of #aae078

#aae078

Complementary Color

#aae078 #ae78e0

#aae078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae078 Color CSS Codes

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

#aae078 Text Font Color

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

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


#aae078 Background Color

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

This div background color is #aae078


#aae078 Border Color

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

This div border color is #aae078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae078


Comments

No comments written yet.

Please login to write comment.