Color Hex Logo

#aae116 Color Hex

#AAE116
(170,225,22)
0 Favorites   0 Comments

Color spaces of #aae116

RGB 17022522
HSL0.210.820.48
HSV76°90°88°
CMYK 0.240.000.90   0.12
XYZ43.647662.454410.5135
Yxy62.45440.37430.5356
Hunter Lab79.0281-39.712847.4320
CIE-Lab83.1545-41.635879.2018

#aae116 color RGB value is (170,225,22).

#aae116 hex color red value is 170, green value is 225 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aae116 hue: 0.21 , saturation: 0.82 and the lightness value of aae116 is 0.48.

The process color (four color CMYK) of #aae116 color hex is 0.24, 0.00, 0.90, 0.12. Web safe color of #aae116 is #99cc00. Color #aae116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 00010110
Octal 252 341 26
Decimal 170 225 22
Hex AA E1 16

RGB Percentages of Color #aae116

%40.77
%53.96
%5.28

CMYK Percentages of Color #aae116

%24
%0
%90
%12

Triadic Colors of #aae116

#aae116 #16aae1 #e116aa

Analogous Colors of #aae116

#aae116 #45e116 #e1b316

Monochromatic Colors of #aae116

#aae116

Complementary Color

#aae116 #4d16e1

#aae116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae116 Color CSS Codes

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

#aae116 Text Font Color

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

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


#aae116 Background Color

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

This div background color is #aae116


#aae116 Border Color

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

This div border color is #aae116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae116


Comments

No comments written yet.

Please login to write comment.