Color Hex Logo

#aaf096 Color Hex

#AAF096
(170,240,150)
0 Favorites   0 Comments

Color spaces of #aaf096

RGB 170240150
HSL0.300.750.76
HSV107°38°94°
CMYK 0.290.000.38   0.06
XYZ53.242773.068240.1516
Yxy73.06820.31980.4389
Hunter Lab85.4799-38.408031.9863
CIE-Lab88.4802-38.175036.7179

#aaf096 color RGB value is (170,240,150).

#aaf096 hex color red value is 170, green value is 240 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #aaf096 hue: 0.30 , saturation: 0.75 and the lightness value of aaf096 is 0.76.

The process color (four color CMYK) of #aaf096 color hex is 0.29, 0.00, 0.38, 0.06. Web safe color of #aaf096 is #99ff99. Color #aaf096 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 10010110
Octal 252 360 226
Decimal 170 240 150
Hex AA F0 96

RGB Percentages of Color #aaf096

%30.36
%42.86
%26.79

CMYK Percentages of Color #aaf096

%29
%0
%38
%6

Triadic Colors of #aaf096

#aaf096 #96aaf0 #f096aa

Analogous Colors of #aaf096

#aaf096 #96f0af #d7f096

Monochromatic Colors of #aaf096

#aaf096

Complementary Color

#aaf096 #dc96f0

#aaf096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf096 Color CSS Codes

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

#aaf096 Text Font Color

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

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


#aaf096 Background Color

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

This div background color is #aaf096


#aaf096 Border Color

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

This div border color is #aaf096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf096


Comments

No comments written yet.

Please login to write comment.