Color Hex Logo

#aafa78 Color Hex

#AAFA78
(170,250,120)
0 Favorites   0 Comments

Color spaces of #aafa78

RGB 170250120
HSL0.270.930.73
HSV97°52°98°
CMYK 0.320.000.52   0.02
XYZ54.153378.273330.0234
Yxy78.27330.33340.4818
Hunter Lab88.4722-45.567641.8102
CIE-Lab90.9045-46.287854.1424

#aafa78 color RGB value is (170,250,120).

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

The process color (four color CMYK) of #aafa78 color hex is 0.32, 0.00, 0.52, 0.02. Web safe color of #aafa78 is #99ff66. Color #aafa78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 01111000
Octal 252 372 170
Decimal 170 250 120
Hex AA FA 78

RGB Percentages of Color #aafa78

%31.48
%46.30
%22.22

CMYK Percentages of Color #aafa78

%32
%0
%52
%2

Triadic Colors of #aafa78

#aafa78 #78aafa #fa78aa

Analogous Colors of #aafa78

#aafa78 #78fa87 #ebfa78

Monochromatic Colors of #aafa78

#aafa78

Complementary Color

#aafa78 #c878fa

#aafa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa78 Color CSS Codes

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

#aafa78 Text Font Color

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

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


#aafa78 Background Color

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

This div background color is #aafa78


#aafa78 Border Color

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

This div border color is #aafa78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa78


Comments

No comments written yet.

Please login to write comment.