Color Hex Logo

#aaf550 Color Hex

#AAF550
(170,245,80)
1 Favorites   0 Comments

Color spaces of #aaf550

RGB 17024580
HSL0.240.890.64
HSV87°67°96°
CMYK 0.310.000.67   0.04
XYZ50.677974.430119.2848
Yxy74.43010.35100.5155
Hunter Lab86.2729-46.124147.1378
CIE-Lab89.1254-47.683368.9329

#aaf550 color RGB value is (170,245,80).

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

The process color (four color CMYK) of #aaf550 color hex is 0.31, 0.00, 0.67, 0.04. Web safe color of #aaf550 is #99ff66. Color #aaf550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 01010000
Octal 252 365 120
Decimal 170 245 80
Hex AA F5 50

RGB Percentages of Color #aaf550

%34.34
%49.49
%16.16

CMYK Percentages of Color #aaf550

%31
%0
%67
%4

Triadic Colors of #aaf550

#aaf550 #50aaf5 #f550aa

Analogous Colors of #aaf550

#aaf550 #58f550 #f5ee50

Monochromatic Colors of #aaf550

#aaf550

Complementary Color

#aaf550 #9b50f5

#aaf550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf550 Color CSS Codes

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

#aaf550 Text Font Color

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

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


#aaf550 Background Color

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

This div background color is #aaf550


#aaf550 Border Color

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

This div border color is #aaf550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf550


Comments

No comments written yet.

Please login to write comment.