Color Hex Logo

#aafab5 Color Hex

#AAFAB5
(170,250,181)
0 Favorites   0 Comments

Color spaces of #aafab5

RGB 170250181
HSL0.360.890.82
HSV128°32°98°
CMYK 0.320.000.28   0.02
XYZ59.103780.253556.0914
Yxy80.25350.30240.4106
Hunter Lab89.5843-39.006325.5858
CIE-Lab91.7985-37.877125.5317

#aafab5 color RGB value is (170,250,181).

#aafab5 hex color red value is 170, green value is 250 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #aafab5 hue: 0.36 , saturation: 0.89 and the lightness value of aafab5 is 0.82.

The process color (four color CMYK) of #aafab5 color hex is 0.32, 0.00, 0.28, 0.02. Web safe color of #aafab5 is #99ffcc. Color #aafab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 10110101
Octal 252 372 265
Decimal 170 250 181
Hex AA FA B5

RGB Percentages of Color #aafab5

%28.29
%41.60
%30.12

CMYK Percentages of Color #aafab5

%32
%0
%28
%2

Triadic Colors of #aafab5

#aafab5 #b5aafa #fab5aa

Analogous Colors of #aafab5

#aafab5 #aafadd #c7faaa

Monochromatic Colors of #aafab5

#aafab5

Complementary Color

#aafab5 #faaaef

#aafab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafab5 Color CSS Codes

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

#aafab5 Text Font Color

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

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


#aafab5 Background Color

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

This div background color is #aafab5


#aafab5 Border Color

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

This div border color is #aafab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafab5


Comments

No comments written yet.

Please login to write comment.