Color Hex Logo

#aaf473 Color Hex

#AAF473
(170,244,115)
0 Favorites   0 Comments

Color spaces of #aaf473

RGB 170244115
HSL0.260.850.70
HSV94°53°96°
CMYK 0.300.000.53   0.04
XYZ52.022874.485227.8549
Yxy74.48520.33700.4825
Hunter Lab86.3048-43.437241.2775
CIE-Lab89.1513-44.239854.3323

#aaf473 color RGB value is (170,244,115).

#aaf473 hex color red value is 170, green value is 244 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #aaf473 hue: 0.26 , saturation: 0.85 and the lightness value of aaf473 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01110011
Octal 252 364 163
Decimal 170 244 115
Hex AA F4 73

RGB Percentages of Color #aaf473

%32.14
%46.12
%21.74

CMYK Percentages of Color #aaf473

%30
%0
%53
%4

Triadic Colors of #aaf473

#aaf473 #73aaf4 #f473aa

Analogous Colors of #aaf473

#aaf473 #73f47d #ebf473

Monochromatic Colors of #aaf473

#aaf473

Complementary Color

#aaf473 #bd73f4

#aaf473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf473 Color CSS Codes

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

#aaf473 Text Font Color

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

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


#aaf473 Background Color

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

This div background color is #aaf473


#aaf473 Border Color

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

This div border color is #aaf473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf473


Comments

No comments written yet.

Please login to write comment.