Color Hex Logo

#aafdb6 Color Hex

#AAFDB6
(170,253,182)
0 Favorites   0 Comments

Color spaces of #aafdb6

RGB 170253182
HSL0.360.950.83
HSV129°33°99°
CMYK 0.330.000.28   0.01
XYZ60.146382.174056.9471
Yxy82.17400.30180.4124
Hunter Lab90.6499-40.202326.2084
CIE-Lab92.6516-39.059526.1914

#aafdb6 color RGB value is (170,253,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10110110
Octal 252 375 266
Decimal 170 253 182
Hex AA FD B6

RGB Percentages of Color #aafdb6

%28.10
%41.82
%30.08

CMYK Percentages of Color #aafdb6

%33
%0
%28
%1

Triadic Colors of #aafdb6

#aafdb6 #b6aafd #fdb6aa

Analogous Colors of #aafdb6

#aafdb6 #aafde0 #c8fdaa

Monochromatic Colors of #aafdb6

#aafdb6

Complementary Color

#aafdb6 #fdaaf1

#aafdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdb6 Color CSS Codes

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

#aafdb6 Text Font Color

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

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


#aafdb6 Background Color

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

This div background color is #aafdb6


#aafdb6 Border Color

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

This div border color is #aafdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdb6

Related Colors


Comments

No comments written yet.

Please login to write comment.