Color Hex Logo

#aafdab Color Hex

#AAFDAB
(170,253,171)
0 Favorites   0 Comments

Color spaces of #aafdab

RGB 170253171
HSL0.340.950.83
HSV121°33°99°
CMYK 0.330.000.32   0.01
XYZ59.053581.736951.1924
Yxy81.73690.30760.4258
Hunter Lab90.4085-41.621229.7139
CIE-Lab92.4586-40.843431.4804

#aafdab color RGB value is (170,253,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10101011
Octal 252 375 253
Decimal 170 253 171
Hex AA FD AB

RGB Percentages of Color #aafdab

%28.62
%42.59
%28.79

CMYK Percentages of Color #aafdab

%33
%0
%32
%1

Triadic Colors of #aafdab

#aafdab #abaafd #fdabaa

Analogous Colors of #aafdab

#aafdab #aafdd5 #d3fdaa

Monochromatic Colors of #aafdab

#aafdab

Complementary Color

#aafdab #fdaafc

#aafdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdab Color CSS Codes

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

#aafdab Text Font Color

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

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


#aafdab Background Color

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

This div background color is #aafdab


#aafdab Border Color

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

This div border color is #aafdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdab

Related Colors


Comments

No comments written yet.

Please login to write comment.