Color Hex Logo

#aaffcd Color Hex

#AAFFCD
(170,255,205)
0 Favorites   0 Comments

Color spaces of #aaffcd

RGB 170255205
HSL0.401.000.83
HSV145°33°100°
CMYK 0.330.000.20   0.00
XYZ63.357084.473870.7234
Yxy84.47380.28990.3865
Hunter Lab91.9096-37.794618.7138
CIE-Lab93.6559-35.882115.8553

#aaffcd color RGB value is (170,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11001101
Octal 252 377 315
Decimal 170 255 205
Hex AA FF CD

RGB Percentages of Color #aaffcd

%26.98
%40.48
%32.54

CMYK Percentages of Color #aaffcd

%33
%0
%20
%0

Triadic Colors of #aaffcd

#aaffcd #cdaaff #ffcdaa

Analogous Colors of #aaffcd

#aaffcd #aafff8 #b2ffaa

Monochromatic Colors of #aaffcd

#aaffcd

Complementary Color

#aaffcd #ffaadc

#aaffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffcd Color CSS Codes

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

#aaffcd Text Font Color

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

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


#aaffcd Background Color

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

This div background color is #aaffcd


#aaffcd Border Color

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

This div border color is #aaffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.