Color Hex Logo

#aafe73 Color Hex

#AAFE73
(170,254,115)
0 Favorites   0 Comments

Color spaces of #aafe73

RGB 170254115
HSL0.270.990.72
HSV96°55°100°
CMYK 0.330.000.55   0.00
XYZ55.113980.667528.8852
Yxy80.66750.33470.4899
Hunter Lab89.8151-47.642143.8025
CIE-Lab91.9835-48.502457.6690

#aafe73 color RGB value is (170,254,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 01110011
Octal 252 376 163
Decimal 170 254 115
Hex AA FE 73

RGB Percentages of Color #aafe73

%31.54
%47.12
%21.34

CMYK Percentages of Color #aafe73

%33
%0
%55
%0

Triadic Colors of #aafe73

#aafe73 #73aafe #fe73aa

Analogous Colors of #aafe73

#aafe73 #73fe82 #f0fe73

Monochromatic Colors of #aafe73

#aafe73

Complementary Color

#aafe73 #c773fe

#aafe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe73 Color CSS Codes

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

#aafe73 Text Font Color

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

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


#aafe73 Background Color

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

This div background color is #aafe73


#aafe73 Border Color

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

This div border color is #aafe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe73


Comments

No comments written yet.

Please login to write comment.