Color Hex Logo

#aafdb7 Color Hex

#AAFDB7
(170,253,183)
0 Favorites   0 Comments

Color spaces of #aafdb7

RGB 170253183
HSL0.360.950.83
HSV129°33°99°
CMYK 0.330.000.28   0.01
XYZ60.250182.215557.4934
Yxy82.21550.30130.4112
Hunter Lab90.6728-40.067925.8766
CIE-Lab92.6699-38.891625.7093

#aafdb7 color RGB value is (170,253,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10110111
Octal 252 375 267
Decimal 170 253 183
Hex AA FD B7

RGB Percentages of Color #aafdb7

%28.05
%41.75
%30.20

CMYK Percentages of Color #aafdb7

%33
%0
%28
%1

Triadic Colors of #aafdb7

#aafdb7 #b7aafd #fdb7aa

Analogous Colors of #aafdb7

#aafdb7 #aafde1 #c7fdaa

Monochromatic Colors of #aafdb7

#aafdb7

Complementary Color

#aafdb7 #fdaaf0

#aafdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdb7 Color CSS Codes

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

#aafdb7 Text Font Color

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

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


#aafdb7 Background Color

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

This div background color is #aafdb7


#aafdb7 Border Color

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

This div border color is #aafdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdb7


Comments

No comments written yet.

Please login to write comment.