Color Hex Logo

#aae61d Color Hex

#AAE61D
(170,230,29)
0 Favorites   0 Comments

Color spaces of #aae61d

RGB 17023029
HSL0.220.800.51
HSV78°87°90°
CMYK 0.260.000.87   0.10
XYZ45.096165.228411.3759
Yxy65.22840.37060.5360
Hunter Lab80.7641-41.668548.1837
CIE-Lab84.6013-43.651279.2532

#aae61d color RGB value is (170,230,29).

#aae61d hex color red value is 170, green value is 230 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aae61d hue: 0.22 , saturation: 0.80 and the lightness value of aae61d is 0.51.

The process color (four color CMYK) of #aae61d color hex is 0.26, 0.00, 0.87, 0.10. Web safe color of #aae61d is #99ff33. Color #aae61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 00011101
Octal 252 346 35
Decimal 170 230 29
Hex AA E6 1D

RGB Percentages of Color #aae61d

%39.63
%53.61
%6.76

CMYK Percentages of Color #aae61d

%26
%0
%87
%10

Triadic Colors of #aae61d

#aae61d #1daae6 #e61daa

Analogous Colors of #aae61d

#aae61d #46e61d #e6be1d

Monochromatic Colors of #aae61d

#aae61d

Complementary Color

#aae61d #591de6

#aae61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae61d Color CSS Codes

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

#aae61d Text Font Color

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

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


#aae61d Background Color

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

This div background color is #aae61d


#aae61d Border Color

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

This div border color is #aae61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae61d


Comments

No comments written yet.

Please login to write comment.