Color Hex Logo

#aae61f Color Hex

#AAE61F
(170,230,31)
0 Favorites   0 Comments

Color spaces of #aae61f

RGB 17023031
HSL0.220.800.51
HSV78°87°90°
CMYK 0.260.000.87   0.10
XYZ45.121765.238611.5105
Yxy65.23860.37020.5353
Hunter Lab80.7704-41.630748.0899
CIE-Lab84.6065-43.600078.8922

#aae61f color RGB value is (170,230,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 00011111
Octal 252 346 37
Decimal 170 230 31
Hex AA E6 1F

RGB Percentages of Color #aae61f

%39.44
%53.36
%7.19

CMYK Percentages of Color #aae61f

%26
%0
%87
%10

Triadic Colors of #aae61f

#aae61f #1faae6 #e61faa

Analogous Colors of #aae61f

#aae61f #47e61f #e6bf1f

Monochromatic Colors of #aae61f

#aae61f

Complementary Color

#aae61f #5b1fe6

#aae61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae61f Color CSS Codes

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

#aae61f Text Font Color

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

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


#aae61f Background Color

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

This div background color is #aae61f


#aae61f Border Color

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

This div border color is #aae61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae61f


Comments

No comments written yet.

Please login to write comment.