Color Hex Logo

#aaf917 Color Hex

#AAF917
(170,249,23)
0 Favorites   0 Comments

Color spaces of #aaf917

RGB 17024923
HSL0.220.950.53
HSV81°91°98°
CMYK 0.320.000.91   0.02
XYZ50.607976.359312.8821
Yxy76.35930.36190.5460
Hunter Lab87.3838-49.544352.4281
CIE-Lab90.0259-51.751784.6197

#aaf917 color RGB value is (170,249,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 00010111
Octal 252 371 27
Decimal 170 249 23
Hex AA F9 17

RGB Percentages of Color #aaf917

%38.46
%56.33
%5.20

CMYK Percentages of Color #aaf917

%32
%0
%91
%2

Triadic Colors of #aaf917

#aaf917 #17aaf9 #f917aa

Analogous Colors of #aaf917

#aaf917 #39f917 #f9d717

Monochromatic Colors of #aaf917

#aaf917

Complementary Color

#aaf917 #6617f9

#aaf917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf917 Color CSS Codes

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

#aaf917 Text Font Color

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

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


#aaf917 Background Color

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

This div background color is #aaf917


#aaf917 Border Color

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

This div border color is #aaf917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf917


Comments

No comments written yet.

Please login to write comment.