Color Hex Logo

#aaf715 Color Hex

#AAF715
(170,247,21)
0 Favorites   0 Comments

Color spaces of #aaf715

RGB 17024721
HSL0.220.930.53
HSV80°91°97°
CMYK 0.310.000.91   0.03
XYZ49.973775.121712.5755
Yxy75.12170.36300.5457
Hunter Lab86.6728-48.758052.0685
CIE-Lab89.4500-50.969284.4119

#aaf715 color RGB value is (170,247,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 00010101
Octal 252 367 25
Decimal 170 247 21
Hex AA F7 15

RGB Percentages of Color #aaf715

%38.81
%56.39
%4.79

CMYK Percentages of Color #aaf715

%31
%0
%91
%3

Triadic Colors of #aaf715

#aaf715 #15aaf7 #f715aa

Analogous Colors of #aaf715

#aaf715 #39f715 #f7d315

Monochromatic Colors of #aaf715

#aaf715

Complementary Color

#aaf715 #6215f7

#aaf715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf715 Color CSS Codes

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

#aaf715 Text Font Color

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

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


#aaf715 Background Color

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

This div background color is #aaf715


#aaf715 Border Color

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

This div border color is #aaf715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf715

Related Colors


Comments

No comments written yet.

Please login to write comment.