Color Hex Logo

#aaf177 Color Hex

#AAF177
(170,241,119)
0 Favorites   0 Comments

Color spaces of #aaf177

RGB 170241119
HSL0.260.810.71
HSV95°51°95°
CMYK 0.290.000.51   0.05
XYZ51.362672.788628.7953
Yxy72.78860.33580.4759
Hunter Lab85.3162-41.841839.7102
CIE-Lab88.3468-42.509651.5323

#aaf177 color RGB value is (170,241,119).

#aaf177 hex color red value is 170, green value is 241 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aaf177 hue: 0.26 , saturation: 0.81 and the lightness value of aaf177 is 0.71.

The process color (four color CMYK) of #aaf177 color hex is 0.29, 0.00, 0.51, 0.05. Web safe color of #aaf177 is #99ff66. Color #aaf177 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 01110111
Octal 252 361 167
Decimal 170 241 119
Hex AA F1 77

RGB Percentages of Color #aaf177

%32.08
%45.47
%22.45

CMYK Percentages of Color #aaf177

%29
%0
%51
%5

Triadic Colors of #aaf177

#aaf177 #77aaf1 #f177aa

Analogous Colors of #aaf177

#aaf177 #77f181 #e7f177

Monochromatic Colors of #aaf177

#aaf177

Complementary Color

#aaf177 #be77f1

#aaf177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf177 Color CSS Codes

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

#aaf177 Text Font Color

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

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


#aaf177 Background Color

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

This div background color is #aaf177


#aaf177 Border Color

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

This div border color is #aaf177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf177


Comments

No comments written yet.

Please login to write comment.