Color Hex Logo

#aaf778 Color Hex

#AAF778
(170,247,120)
0 Favorites   0 Comments

Color spaces of #aaf778

RGB 170247120
HSL0.270.890.72
HSV96°51°97°
CMYK 0.310.000.51   0.03
XYZ53.228576.423629.7151
Yxy76.42360.33400.4795
Hunter Lab87.4206-44.301341.0412
CIE-Lab90.0557-45.002353.1260

#aaf778 color RGB value is (170,247,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 01111000
Octal 252 367 170
Decimal 170 247 120
Hex AA F7 78

RGB Percentages of Color #aaf778

%31.66
%46.00
%22.35

CMYK Percentages of Color #aaf778

%31
%0
%51
%3

Triadic Colors of #aaf778

#aaf778 #78aaf7 #f778aa

Analogous Colors of #aaf778

#aaf778 #78f786 #eaf778

Monochromatic Colors of #aaf778

#aaf778

Complementary Color

#aaf778 #c578f7

#aaf778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf778 Color CSS Codes

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

#aaf778 Text Font Color

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

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


#aaf778 Background Color

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

This div background color is #aaf778


#aaf778 Border Color

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

This div border color is #aaf778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf778


Comments

No comments written yet.

Please login to write comment.