Color Hex Logo

#aaf584 Color Hex

#AAF584
(170,245,132)
0 Favorites   0 Comments

Color spaces of #aaf584

RGB 170245132
HSL0.280.850.74
HSV100°46°96°
CMYK 0.310.000.46   0.04
XYZ53.394875.516833.5918
Yxy75.51680.32860.4647
Hunter Lab86.9004-42.398737.9114
CIE-Lab89.6345-42.758346.9873

#aaf584 color RGB value is (170,245,132).

#aaf584 hex color red value is 170, green value is 245 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aaf584 hue: 0.28 , saturation: 0.85 and the lightness value of aaf584 is 0.74.

The process color (four color CMYK) of #aaf584 color hex is 0.31, 0.00, 0.46, 0.04. Web safe color of #aaf584 is #99ff99. Color #aaf584 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 10000100
Octal 252 365 204
Decimal 170 245 132
Hex AA F5 84

RGB Percentages of Color #aaf584

%31.08
%44.79
%24.13

CMYK Percentages of Color #aaf584

%31
%0
%46
%4

Triadic Colors of #aaf584

#aaf584 #84aaf5 #f584aa

Analogous Colors of #aaf584

#aaf584 #84f597 #e3f584

Monochromatic Colors of #aaf584

#aaf584

Complementary Color

#aaf584 #cf84f5

#aaf584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf584 Color CSS Codes

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

#aaf584 Text Font Color

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

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


#aaf584 Background Color

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

This div background color is #aaf584


#aaf584 Border Color

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

This div border color is #aaf584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf584


Comments

No comments written yet.

Please login to write comment.