Color Hex Logo

#aafc73 Color Hex

#AAFC73
(170,252,115)
0 Favorites   0 Comments

Color spaces of #aafc73

RGB 170252115
HSL0.270.960.72
HSV96°54°99°
CMYK 0.330.000.54   0.01
XYZ54.482579.404728.6748
Yxy79.40470.33510.4885
Hunter Lab89.1093-46.804343.2974
CIE-Lab91.4171-47.659257.0052

#aafc73 color RGB value is (170,252,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 01110011
Octal 252 374 163
Decimal 170 252 115
Hex AA FC 73

RGB Percentages of Color #aafc73

%31.66
%46.93
%21.42

CMYK Percentages of Color #aafc73

%33
%0
%54
%1

Triadic Colors of #aafc73

#aafc73 #73aafc #fc73aa

Analogous Colors of #aafc73

#aafc73 #73fc81 #effc73

Monochromatic Colors of #aafc73

#aafc73

Complementary Color

#aafc73 #c573fc

#aafc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafc73 Color CSS Codes

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

#aafc73 Text Font Color

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

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


#aafc73 Background Color

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

This div background color is #aafc73


#aafc73 Border Color

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

This div border color is #aafc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafc73


Comments

No comments written yet.

Please login to write comment.