Color Hex Logo

#aaffad Color Hex

#AAFFAD
(170,255,173)
0 Favorites   0 Comments

Color spaces of #aaffad

RGB 170255173
HSL0.341.000.83
HSV122°33°100°
CMYK 0.330.000.32   0.00
XYZ59.880483.083252.4158
Yxy83.08320.30650.4252
Hunter Lab91.1500-42.248029.7103
CIE-Lab93.0509-41.413931.2724

#aaffad color RGB value is (170,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10101101
Octal 252 377 255
Decimal 170 255 173
Hex AA FF AD

RGB Percentages of Color #aaffad

%28.43
%42.64
%28.93

CMYK Percentages of Color #aaffad

%33
%0
%32
%0

Triadic Colors of #aaffad

#aaffad #adaaff #ffadaa

Analogous Colors of #aaffad

#aaffad #aaffd8 #d2ffaa

Monochromatic Colors of #aaffad

#aaffad

Complementary Color

#aaffad #ffaafc

#aaffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffad Color CSS Codes

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

#aaffad Text Font Color

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

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


#aaffad Background Color

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

This div background color is #aaffad


#aaffad Border Color

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

This div border color is #aaffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffad


Comments

No comments written yet.

Please login to write comment.