Color Hex Logo

#aafdb5 Color Hex

#AAFDB5
(170,253,181)
0 Favorites   0 Comments

Color spaces of #aafdb5

RGB 170253181
HSL0.360.950.83
HSV128°33°99°
CMYK 0.330.000.28   0.01
XYZ60.043382.132856.4047
Yxy82.13280.30240.4136
Hunter Lab90.6271-40.335726.5380
CIE-Lab92.6334-39.226426.6733

#aafdb5 color RGB value is (170,253,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10110101
Octal 252 375 265
Decimal 170 253 181
Hex AA FD B5

RGB Percentages of Color #aafdb5

%28.15
%41.89
%29.97

CMYK Percentages of Color #aafdb5

%33
%0
%28
%1

Triadic Colors of #aafdb5

#aafdb5 #b5aafd #fdb5aa

Analogous Colors of #aafdb5

#aafdb5 #aafddf #c9fdaa

Monochromatic Colors of #aafdb5

#aafdb5

Complementary Color

#aafdb5 #fdaaf2

#aafdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdb5 Color CSS Codes

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

#aafdb5 Text Font Color

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

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


#aafdb5 Background Color

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

This div background color is #aafdb5


#aafdb5 Border Color

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

This div border color is #aafdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdb5


Comments

No comments written yet.

Please login to write comment.