Color Hex Logo

#aafcaa Color Hex

#AAFCAA
(170,252,170)
0 Favorites   0 Comments

Color spaces of #aafcaa

RGB 170252170
HSL0.330.930.83
HSV120°33°99°
CMYK 0.330.000.33   0.01
XYZ58.643781.069150.5873
Yxy81.06910.30820.4260
Hunter Lab90.0384-41.306729.7153
CIE-Lab92.1624-40.555931.5849

#aafcaa color RGB value is (170,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111100 10101010
Octal 252 374 252
Decimal 170 252 170
Hex AA FC AA

RGB Percentages of Color #aafcaa

%28.72
%42.57
%28.72

CMYK Percentages of Color #aafcaa

%33
%0
%33
%1

Triadic Colors of #aafcaa

#aafcaa #aaaafc #fcaaaa

Analogous Colors of #aafcaa

#aafcaa #aafcd3 #d3fcaa

Monochromatic Colors of #aafcaa

#aafcaa

Complementary Color

#aafcaa #fcaafc

#aafcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafcaa Color CSS Codes

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

#aafcaa Text Font Color

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

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


#aafcaa Background Color

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

This div background color is #aafcaa


#aafcaa Border Color

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

This div border color is #aafcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.