Color Hex Logo

#aaf74e Color Hex

#AAF74E
(170,247,78)
0 Favorites   0 Comments

Color spaces of #aaf74e

RGB 17024778
HSL0.240.910.64
HSV87°68°97°
CMYK 0.310.000.68   0.03
XYZ51.213575.617619.1042
Yxy75.61760.35090.5182
Hunter Lab86.9584-47.050947.8452
CIE-Lab89.6815-48.657170.2435

#aaf74e color RGB value is (170,247,78).

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

The process color (four color CMYK) of #aaf74e color hex is 0.31, 0.00, 0.68, 0.03. Web safe color of #aaf74e is #99ff66. Color #aaf74e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 01001110
Octal 252 367 116
Decimal 170 247 78
Hex AA F7 4E

RGB Percentages of Color #aaf74e

%34.34
%49.90
%15.76

CMYK Percentages of Color #aaf74e

%31
%0
%68
%3

Triadic Colors of #aaf74e

#aaf74e #4eaaf7 #f74eaa

Analogous Colors of #aaf74e

#aaf74e #56f74e #f7f04e

Monochromatic Colors of #aaf74e

#aaf74e

Complementary Color

#aaf74e #9b4ef7

#aaf74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf74e Color CSS Codes

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

#aaf74e Text Font Color

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

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


#aaf74e Background Color

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

This div background color is #aaf74e


#aaf74e Border Color

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

This div border color is #aaf74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf74e


Comments

No comments written yet.

Please login to write comment.