Color Hex Logo

#aafcca Color Hex

#AAFCCA
(170,252,202)
0 Favorites   0 Comments

Color spaces of #aafcca

RGB 170252202
HSL0.400.930.83
HSV143°33°99°
CMYK 0.330.000.20   0.01
XYZ62.048682.431168.5176
Yxy82.43110.29130.3870
Hunter Lab90.7916-36.895118.8098
CIE-Lab92.7648-35.068716.1387

#aafcca color RGB value is (170,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 11001010
Octal 252 374 312
Decimal 170 252 202
Hex AA FC CA

RGB Percentages of Color #aafcca

%27.24
%40.38
%32.37

CMYK Percentages of Color #aafcca

%33
%0
%20
%1

Triadic Colors of #aafcca

#aafcca #caaafc #fccaaa

Analogous Colors of #aafcca

#aafcca #aafcf3 #b3fcaa

Monochromatic Colors of #aafcca

#aafcca

Complementary Color

#aafcca #fcaadc

#aafcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafcca Color CSS Codes

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

#aafcca Text Font Color

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

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


#aafcca Background Color

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

This div background color is #aafcca


#aafcca Border Color

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

This div border color is #aafcca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,252,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 #aafcca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafcca


Comments

No comments written yet.

Please login to write comment.