Color Hex Logo

#aaf056 Color Hex

#AAF056
(170,240,86)
0 Favorites   0 Comments

Color spaces of #aaf056

RGB 17024086
HSL0.240.840.64
HSV87°64°94°
CMYK 0.290.000.64   0.06
XYZ49.417471.538120.0078
Yxy71.53810.35060.5075
Hunter Lab84.5802-43.723745.1808
CIE-Lab87.7458-45.126665.1679

#aaf056 color RGB value is (170,240,86).

#aaf056 hex color red value is 170, green value is 240 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aaf056 hue: 0.24 , saturation: 0.84 and the lightness value of aaf056 is 0.64.

The process color (four color CMYK) of #aaf056 color hex is 0.29, 0.00, 0.64, 0.06. Web safe color of #aaf056 is #99ff66. Color #aaf056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 01010110
Octal 252 360 126
Decimal 170 240 86
Hex AA F0 56

RGB Percentages of Color #aaf056

%34.27
%48.39
%17.34

CMYK Percentages of Color #aaf056

%29
%0
%64
%6

Triadic Colors of #aaf056

#aaf056 #56aaf0 #f056aa

Analogous Colors of #aaf056

#aaf056 #5df056 #f0e956

Monochromatic Colors of #aaf056

#aaf056

Complementary Color

#aaf056 #9c56f0

#aaf056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf056 Color CSS Codes

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

#aaf056 Text Font Color

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

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


#aaf056 Background Color

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

This div background color is #aaf056


#aaf056 Border Color

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

This div border color is #aaf056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf056


Comments

No comments written yet.

Please login to write comment.