Color Hex Logo

#aaf707 Color Hex

#AAF707
(170,247,7)
0 Favorites   0 Comments

Color spaces of #aaf707

RGB 1702477
HSL0.220.940.50
HSV79°97°97°
CMYK 0.310.000.97   0.03
XYZ49.876775.082912.0647
Yxy75.08290.36400.5480
Hunter Lab86.6504-48.892152.4001
CIE-Lab89.4318-51.152285.7176

#aaf707 color RGB value is (170,247,7).

#aaf707 hex color red value is 170, green value is 247 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aaf707 hue: 0.22 , saturation: 0.94 and the lightness value of aaf707 is 0.50.

The process color (four color CMYK) of #aaf707 color hex is 0.31, 0.00, 0.97, 0.03. Web safe color of #aaf707 is #99ff00. Color #aaf707 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 00000111
Octal 252 367 7
Decimal 170 247 7
Hex AA F7 7

RGB Percentages of Color #aaf707

%40.09
%58.25
%1.65

CMYK Percentages of Color #aaf707

%31
%0
%97
%3

Triadic Colors of #aaf707

#aaf707 #07aaf7 #f707aa

Analogous Colors of #aaf707

#aaf707 #32f707 #f7cc07

Monochromatic Colors of #aaf707

#aaf707

Complementary Color

#aaf707 #5407f7

#aaf707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf707 Color CSS Codes

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

#aaf707 Text Font Color

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

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


#aaf707 Background Color

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

This div background color is #aaf707


#aaf707 Border Color

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

This div border color is #aaf707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf707


Comments

No comments written yet.

Please login to write comment.