Color Hex Logo

#aae316 Color Hex

#AAE316
(170,227,22)
0 Favorites   0 Comments

Color spaces of #aae316

RGB 17022722
HSL0.210.820.49
HSV77°90°89°
CMYK 0.250.000.90   0.11
XYZ44.191563.542110.6948
Yxy63.54210.37310.5365
Hunter Lab79.7133-40.541447.8446
CIE-Lab83.7268-42.507079.6642

#aae316 color RGB value is (170,227,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 00010110
Octal 252 343 26
Decimal 170 227 22
Hex AA E3 16

RGB Percentages of Color #aae316

%40.57
%54.18
%5.25

CMYK Percentages of Color #aae316

%25
%0
%90
%11

Triadic Colors of #aae316

#aae316 #16aae3 #e316aa

Analogous Colors of #aae316

#aae316 #44e316 #e3b616

Monochromatic Colors of #aae316

#aae316

Complementary Color

#aae316 #4f16e3

#aae316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae316 Color CSS Codes

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

#aae316 Text Font Color

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

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


#aae316 Background Color

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

This div background color is #aae316


#aae316 Border Color

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

This div border color is #aae316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae316


Comments

No comments written yet.

Please login to write comment.