Color Hex Logo

#aaffc7 Color Hex

#AAFFC7
(170,255,199)
0 Favorites   0 Comments

Color spaces of #aaffc7

RGB 170255199
HSL0.391.000.83
HSV140°33°100°
CMYK 0.330.000.22   0.00
XYZ62.646484.189666.9812
Yxy84.18960.29300.3937
Hunter Lab91.7549-38.698720.9466
CIE-Lab93.5328-36.990518.7536

#aaffc7 color RGB value is (170,255,199).

#aaffc7 hex color red value is 170, green value is 255 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #aaffc7 hue: 0.39 , saturation: 1.00 and the lightness value of aaffc7 is 0.83.

The process color (four color CMYK) of #aaffc7 color hex is 0.33, 0.00, 0.22, 0.00. Web safe color of #aaffc7 is #99ffcc. Color #aaffc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11000111
Octal 252 377 307
Decimal 170 255 199
Hex AA FF C7

RGB Percentages of Color #aaffc7

%27.24
%40.87
%31.89

CMYK Percentages of Color #aaffc7

%33
%0
%22
%0

Triadic Colors of #aaffc7

#aaffc7 #c7aaff #ffc7aa

Analogous Colors of #aaffc7

#aaffc7 #aafff2 #b8ffaa

Monochromatic Colors of #aaffc7

#aaffc7

Complementary Color

#aaffc7 #ffaae2

#aaffc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffc7 Color CSS Codes

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

#aaffc7 Text Font Color

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

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


#aaffc7 Background Color

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

This div background color is #aaffc7


#aaffc7 Border Color

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

This div border color is #aaffc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffc7

Related Colors

#aaffc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.