Color Hex Logo

#aaf042 Color Hex

#AAF042
(170,240,66)
0 Favorites   0 Comments

Color spaces of #aaf042

RGB 17024066
HSL0.230.850.60
HSV84°73°94°
CMYK 0.290.000.73   0.06
XYZ48.721071.259616.3409
Yxy71.25960.35740.5227
Hunter Lab84.4154-44.704347.6136
CIE-Lab87.6110-46.443172.3554

#aaf042 color RGB value is (170,240,66).

#aaf042 hex color red value is 170, green value is 240 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #aaf042 hue: 0.23 , saturation: 0.85 and the lightness value of aaf042 is 0.60.

The process color (four color CMYK) of #aaf042 color hex is 0.29, 0.00, 0.73, 0.06. Web safe color of #aaf042 is #99ff33. Color #aaf042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 01000010
Octal 252 360 102
Decimal 170 240 66
Hex AA F0 42

RGB Percentages of Color #aaf042

%35.71
%50.42
%13.87

CMYK Percentages of Color #aaf042

%29
%0
%73
%6

Triadic Colors of #aaf042

#aaf042 #42aaf0 #f042aa

Analogous Colors of #aaf042

#aaf042 #53f042 #f0df42

Monochromatic Colors of #aaf042

#aaf042

Complementary Color

#aaf042 #8842f0

#aaf042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf042 Color CSS Codes

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

#aaf042 Text Font Color

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

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


#aaf042 Background Color

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

This div background color is #aaf042


#aaf042 Border Color

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

This div border color is #aaf042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf042


Comments

No comments written yet.

Please login to write comment.