Color Hex Logo

#aaffcf Color Hex

#AAFFCF
(170,255,207)
0 Favorites   0 Comments

Color spaces of #aaffcf

RGB 170255207
HSL0.411.000.83
HSV146°33°100°
CMYK 0.330.000.19   0.00
XYZ63.600084.571072.0033
Yxy84.57100.28890.3841
Hunter Lab91.9625-37.486217.9518
CIE-Lab93.6979-35.505714.8892

#aaffcf color RGB value is (170,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11001111
Octal 252 377 317
Decimal 170 255 207
Hex AA FF CF

RGB Percentages of Color #aaffcf

%26.90
%40.35
%32.75

CMYK Percentages of Color #aaffcf

%33
%0
%19
%0

Triadic Colors of #aaffcf

#aaffcf #cfaaff #ffcfaa

Analogous Colors of #aaffcf

#aaffcf #aafffa #b0ffaa

Monochromatic Colors of #aaffcf

#aaffcf

Complementary Color

#aaffcf #ffaada

#aaffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffcf Color CSS Codes

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

#aaffcf Text Font Color

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

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


#aaffcf Background Color

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

This div background color is #aaffcf


#aaffcf Border Color

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

This div border color is #aaffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.