Color Hex Logo

#aaf916 Color Hex

#AAF916
(170,249,22)
0 Favorites   0 Comments

Color spaces of #aaf916

RGB 17024922
HSL0.220.950.53
HSV81°91°98°
CMYK 0.320.000.91   0.02
XYZ50.598176.355312.8303
Yxy76.35530.36200.5462
Hunter Lab87.3815-49.557652.4615
CIE-Lab90.0240-51.769984.7483

#aaf916 color RGB value is (170,249,22).

#aaf916 hex color red value is 170, green value is 249 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aaf916 hue: 0.22 , saturation: 0.95 and the lightness value of aaf916 is 0.53.

The process color (four color CMYK) of #aaf916 color hex is 0.32, 0.00, 0.91, 0.02. Web safe color of #aaf916 is #99ff00. Color #aaf916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 00010110
Octal 252 371 26
Decimal 170 249 22
Hex AA F9 16

RGB Percentages of Color #aaf916

%38.55
%56.46
%4.99

CMYK Percentages of Color #aaf916

%32
%0
%91
%2

Triadic Colors of #aaf916

#aaf916 #16aaf9 #f916aa

Analogous Colors of #aaf916

#aaf916 #39f916 #f9d716

Monochromatic Colors of #aaf916

#aaf916

Complementary Color

#aaf916 #6516f9

#aaf916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf916 Color CSS Codes

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

#aaf916 Text Font Color

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

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


#aaf916 Background Color

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

This div background color is #aaf916


#aaf916 Border Color

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

This div border color is #aaf916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf916


Comments

No comments written yet.

Please login to write comment.