Color Hex Logo

#aaffca Color Hex

#AAFFCA
(170,255,202)
0 Favorites   0 Comments

Color spaces of #aaffca

RGB 170255202
HSL0.401.000.83
HSV143°33°100°
CMYK 0.330.000.21   0.00
XYZ62.998284.330368.8341
Yxy84.33030.29140.3901
Hunter Lab91.8315-38.250719.8401
CIE-Lab93.5938-36.440417.3045

#aaffca color RGB value is (170,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11001010
Octal 252 377 312
Decimal 170 255 202
Hex AA FF CA

RGB Percentages of Color #aaffca

%27.11
%40.67
%32.22

CMYK Percentages of Color #aaffca

%33
%0
%21
%0

Triadic Colors of #aaffca

#aaffca #caaaff #ffcaaa

Analogous Colors of #aaffca

#aaffca #aafff5 #b5ffaa

Monochromatic Colors of #aaffca

#aaffca

Complementary Color

#aaffca #ffaadf

#aaffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffca Color CSS Codes

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

#aaffca Text Font Color

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

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


#aaffca Background Color

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

This div background color is #aaffca


#aaffca Border Color

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

This div border color is #aaffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffca


Comments

No comments written yet.

Please login to write comment.