Color Hex Logo

#aaf015 Color Hex

#AAF015
(170,240,21)
0 Favorites   0 Comments

Color spaces of #aaf015

RGB 17024021
HSL0.220.880.51
HSV79°91°94°
CMYK 0.290.000.91   0.06
XYZ47.873070.920411.8753
Yxy70.92040.36640.5427
Hunter Lab84.2143-45.903650.5893
CIE-Lab87.4463-48.068682.7997

#aaf015 color RGB value is (170,240,21).

#aaf015 hex color red value is 170, green value is 240 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aaf015 hue: 0.22 , saturation: 0.88 and the lightness value of aaf015 is 0.51.

The process color (four color CMYK) of #aaf015 color hex is 0.29, 0.00, 0.91, 0.06. Web safe color of #aaf015 is #99ff00. Color #aaf015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 00010101
Octal 252 360 25
Decimal 170 240 21
Hex AA F0 15

RGB Percentages of Color #aaf015

%39.44
%55.68
%4.87

CMYK Percentages of Color #aaf015

%29
%0
%91
%6

Triadic Colors of #aaf015

#aaf015 #15aaf0 #f015aa

Analogous Colors of #aaf015

#aaf015 #3cf015 #f0c915

Monochromatic Colors of #aaf015

#aaf015

Complementary Color

#aaf015 #5b15f0

#aaf015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf015 Color CSS Codes

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

#aaf015 Text Font Color

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

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


#aaf015 Background Color

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

This div background color is #aaf015


#aaf015 Border Color

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

This div border color is #aaf015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf015


Comments

No comments written yet.

Please login to write comment.