Color Hex Logo

#aaf546 Color Hex

#AAF546
(170,245,70)
0 Favorites   0 Comments

Color spaces of #aaf546

RGB 17024570
HSL0.240.900.62
HSV86°71°96°
CMYK 0.310.000.71   0.04
XYZ50.335574.293117.4814
Yxy74.29310.35420.5228
Hunter Lab86.1934-46.597648.3105
CIE-Lab89.0608-48.320372.4379

#aaf546 color RGB value is (170,245,70).

#aaf546 hex color red value is 170, green value is 245 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #aaf546 hue: 0.24 , saturation: 0.90 and the lightness value of aaf546 is 0.62.

The process color (four color CMYK) of #aaf546 color hex is 0.31, 0.00, 0.71, 0.04. Web safe color of #aaf546 is #99ff33. Color #aaf546 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 01000110
Octal 252 365 106
Decimal 170 245 70
Hex AA F5 46

RGB Percentages of Color #aaf546

%35.05
%50.52
%14.43

CMYK Percentages of Color #aaf546

%31
%0
%71
%4

Triadic Colors of #aaf546

#aaf546 #46aaf5 #f546aa

Analogous Colors of #aaf546

#aaf546 #53f546 #f5e946

Monochromatic Colors of #aaf546

#aaf546

Complementary Color

#aaf546 #9146f5

#aaf546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf546 Color CSS Codes

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

#aaf546 Text Font Color

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

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


#aaf546 Background Color

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

This div background color is #aaf546


#aaf546 Border Color

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

This div border color is #aaf546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf546


Comments

No comments written yet.

Please login to write comment.