Color Hex Logo

#aae416 Color Hex

#AAE416
(170,228,22)
0 Favorites   0 Comments

Color spaces of #aae416

RGB 17022822
HSL0.210.820.49
HSV77°90°89°
CMYK 0.250.000.90   0.11
XYZ44.465864.090810.7862
Yxy64.09080.37260.5370
Hunter Lab80.0567-40.955348.0515
CIE-Lab84.0130-42.940979.8955

#aae416 color RGB value is (170,228,22).

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

The process color (four color CMYK) of #aae416 color hex is 0.25, 0.00, 0.90, 0.11. Web safe color of #aae416 is #99cc00. Color #aae416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 00010110
Octal 252 344 26
Decimal 170 228 22
Hex AA E4 16

RGB Percentages of Color #aae416

%40.48
%54.29
%5.24

CMYK Percentages of Color #aae416

%25
%0
%90
%11

Triadic Colors of #aae416

#aae416 #16aae4 #e416aa

Analogous Colors of #aae416

#aae416 #43e416 #e4b716

Monochromatic Colors of #aae416

#aae416

Complementary Color

#aae416 #5016e4

#aae416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae416 Color CSS Codes

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

#aae416 Text Font Color

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

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


#aae416 Background Color

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

This div background color is #aae416


#aae416 Border Color

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

This div border color is #aae416


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,228,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 #aae416">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae416


Comments

No comments written yet.

Please login to write comment.