Color Hex Logo

#aaf784 Color Hex

#AAF784
(170,247,132)
0 Favorites   0 Comments

Color spaces of #aaf784

RGB 170247132
HSL0.280.880.74
HSV100°47°97°
CMYK 0.310.000.47   0.03
XYZ54.003276.733533.7946
Yxy76.73350.32820.4664
Hunter Lab87.5977-43.252238.4447
CIE-Lab90.1988-43.629547.6888

#aaf784 color RGB value is (170,247,132).

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

The process color (four color CMYK) of #aaf784 color hex is 0.31, 0.00, 0.47, 0.03. Web safe color of #aaf784 is #99ff99. Color #aaf784 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 10000100
Octal 252 367 204
Decimal 170 247 132
Hex AA F7 84

RGB Percentages of Color #aaf784

%30.97
%44.99
%24.04

CMYK Percentages of Color #aaf784

%31
%0
%47
%3

Triadic Colors of #aaf784

#aaf784 #84aaf7 #f784aa

Analogous Colors of #aaf784

#aaf784 #84f798 #e4f784

Monochromatic Colors of #aaf784

#aaf784

Complementary Color

#aaf784 #d184f7

#aaf784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf784 Color CSS Codes

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

#aaf784 Text Font Color

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

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


#aaf784 Background Color

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

This div background color is #aaf784


#aaf784 Border Color

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

This div border color is #aaf784


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,247,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 #aaf784">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf784


Comments

No comments written yet.

Please login to write comment.