Color Hex Logo

#aaf586 Color Hex

#AAF586
(170,245,134)
0 Favorites   0 Comments

Color spaces of #aaf586

RGB 170245134
HSL0.280.850.74
HSV101°45°96°
CMYK 0.310.000.45   0.04
XYZ53.533075.572134.3196
Yxy75.57210.32760.4624
Hunter Lab86.9322-42.210837.4457
CIE-Lab89.6603-42.513846.0627

#aaf586 color RGB value is (170,245,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 10000110
Octal 252 365 206
Decimal 170 245 134
Hex AA F5 86

RGB Percentages of Color #aaf586

%30.97
%44.63
%24.41

CMYK Percentages of Color #aaf586

%31
%0
%45
%4

Triadic Colors of #aaf586

#aaf586 #86aaf5 #f586aa

Analogous Colors of #aaf586

#aaf586 #86f59a #e2f586

Monochromatic Colors of #aaf586

#aaf586

Complementary Color

#aaf586 #d186f5

#aaf586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf586 Color CSS Codes

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

#aaf586 Text Font Color

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

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


#aaf586 Background Color

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

This div background color is #aaf586


#aaf586 Border Color

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

This div border color is #aaf586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf586


Comments

No comments written yet.

Please login to write comment.