Color Hex Logo

#aafe78 Color Hex

#AAFE78
(170,254,120)
0 Favorites   0 Comments

Color spaces of #aafe78

RGB 170254120
HSL0.270.990.73
HSV98°53°100°
CMYK 0.330.000.53   0.00
XYZ55.409580.785730.4421
Yxy80.78570.33250.4848
Hunter Lab89.8809-47.250342.8354
CIE-Lab92.0362-47.985555.4913

#aafe78 color RGB value is (170,254,120).

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

The process color (four color CMYK) of #aafe78 color hex is 0.33, 0.00, 0.53, 0.00. Web safe color of #aafe78 is #99ff66. Color #aafe78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 01111000
Octal 252 376 170
Decimal 170 254 120
Hex AA FE 78

RGB Percentages of Color #aafe78

%31.25
%46.69
%22.06

CMYK Percentages of Color #aafe78

%33
%0
%53
%0

Triadic Colors of #aafe78

#aafe78 #78aafe #fe78aa

Analogous Colors of #aafe78

#aafe78 #78fe89 #edfe78

Monochromatic Colors of #aafe78

#aafe78

Complementary Color

#aafe78 #cc78fe

#aafe78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe78 Color CSS Codes

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

#aafe78 Text Font Color

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

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


#aafe78 Background Color

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

This div background color is #aafe78


#aafe78 Border Color

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

This div border color is #aafe78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe78


Comments

No comments written yet.

Please login to write comment.