Color Hex Logo

#aaf67a Color Hex

#AAF67A
(170,246,122)
0 Favorites   0 Comments

Color spaces of #aaf67a

RGB 170246122
HSL0.270.870.72
HSV97°50°96°
CMYK 0.310.000.50   0.04
XYZ53.046275.862730.2595
Yxy75.86270.33330.4766
Hunter Lab87.0992-43.711440.3712
CIE-Lab89.7956-44.352251.8901

#aaf67a color RGB value is (170,246,122).

#aaf67a hex color red value is 170, green value is 246 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aaf67a hue: 0.27 , saturation: 0.87 and the lightness value of aaf67a is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 01111010
Octal 252 366 172
Decimal 170 246 122
Hex AA F6 7A

RGB Percentages of Color #aaf67a

%31.60
%45.72
%22.68

CMYK Percentages of Color #aaf67a

%31
%0
%50
%4

Triadic Colors of #aaf67a

#aaf67a #7aaaf6 #f67aaa

Analogous Colors of #aaf67a

#aaf67a #7af688 #e8f67a

Monochromatic Colors of #aaf67a

#aaf67a

Complementary Color

#aaf67a #c67af6

#aaf67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf67a Color CSS Codes

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

#aaf67a Text Font Color

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

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


#aaf67a Background Color

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

This div background color is #aaf67a


#aaf67a Border Color

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

This div border color is #aaf67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf67a

Related Colors


Comments

No comments written yet.

Please login to write comment.