Color Hex Logo

#aafdb2 Color Hex

#AAFDB2
(170,253,178)
0 Favorites   0 Comments

Color spaces of #aafdb2

RGB 170253178
HSL0.350.950.83
HSV126°33°99°
CMYK 0.330.000.30   0.01
XYZ59.738782.011054.8006
Yxy82.01100.30390.4173
Hunter Lab90.5599-40.730727.5137
CIE-Lab92.5797-39.721528.1180

#aafdb2 color RGB value is (170,253,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10110010
Octal 252 375 262
Decimal 170 253 178
Hex AA FD B2

RGB Percentages of Color #aafdb2

%28.29
%42.10
%29.62

CMYK Percentages of Color #aafdb2

%33
%0
%30
%1

Triadic Colors of #aafdb2

#aafdb2 #b2aafd #fdb2aa

Analogous Colors of #aafdb2

#aafdb2 #aafddc #ccfdaa

Monochromatic Colors of #aafdb2

#aafdb2

Complementary Color

#aafdb2 #fdaaf5

#aafdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdb2 Color CSS Codes

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

#aafdb2 Text Font Color

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

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


#aafdb2 Background Color

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

This div background color is #aafdb2


#aafdb2 Border Color

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

This div border color is #aafdb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdb2

Related Colors


Comments

No comments written yet.

Please login to write comment.