Color Hex Logo

#aaf610 Color Hex

#AAF610
(170,246,16)
0 Favorites   0 Comments

Color spaces of #aaf610

RGB 17024616
HSL0.220.930.51
HSV80°93°96°
CMYK 0.310.000.93   0.04
XYZ49.626974.495012.2536
Yxy74.49500.36390.5462
Hunter Lab86.3105-48.409251.9999
CIE-Lab89.1559-50.637484.7432

#aaf610 color RGB value is (170,246,16).

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

The process color (four color CMYK) of #aaf610 color hex is 0.31, 0.00, 0.93, 0.04. Web safe color of #aaf610 is #99ff00. Color #aaf610 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 00010000
Octal 252 366 20
Decimal 170 246 16
Hex AA F6 10

RGB Percentages of Color #aaf610

%39.35
%56.94
%3.70

CMYK Percentages of Color #aaf610

%31
%0
%93
%4

Triadic Colors of #aaf610

#aaf610 #10aaf6 #f610aa

Analogous Colors of #aaf610

#aaf610 #37f610 #f6cf10

Monochromatic Colors of #aaf610

#aaf610

Complementary Color

#aaf610 #5c10f6

#aaf610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf610 Color CSS Codes

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

#aaf610 Text Font Color

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

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


#aaf610 Background Color

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

This div background color is #aaf610


#aaf610 Border Color

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

This div border color is #aaf610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf610

Related Colors


Comments

No comments written yet.

Please login to write comment.