Color Hex Logo

#aaffcc Color Hex

#AAFFCC
(170,255,204)
2 Favorites   0 Comments

Color spaces of #aaffcc

RGB 170255204
HSL0.401.000.83
HSV144°33°100°
CMYK 0.330.000.20   0.00
XYZ63.236684.425770.0896
Yxy84.42570.29040.3877
Hunter Lab91.8835-37.947719.0914
CIE-Lab93.6351-36.069216.3384

#aaffcc color RGB value is (170,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11001100
Octal 252 377 314
Decimal 170 255 204
Hex AA FF CC

RGB Percentages of Color #aaffcc

%27.03
%40.54
%32.43

CMYK Percentages of Color #aaffcc

%33
%0
%20
%0

Triadic Colors of #aaffcc

#aaffcc #ccaaff #ffccaa

Analogous Colors of #aaffcc

#aaffcc #aafff7 #b3ffaa

Monochromatic Colors of #aaffcc

#aaffcc

Complementary Color

#aaffcc #ffaadd

#aaffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffcc Color CSS Codes

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

#aaffcc Text Font Color

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

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


#aaffcc Background Color

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

This div background color is #aaffcc


#aaffcc Border Color

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

This div border color is #aaffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffcc

Related Colors

#aaffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.