Color Hex Logo

#aabfad Color Hex

#AABFAD
(170,191,173)
0 Favorites   0 Comments

Color spaces of #aabfad

RGB 170191173
HSL0.360.140.71
HSV129°11°75°
CMYK 0.110.000.09   0.25
XYZ42.751248.824846.7061
Yxy48.82480.30920.3531
Hunter Lab69.8747-13.06989.2813
CIE-Lab75.3422-10.62136.6519

#aabfad color RGB value is (170,191,173).

#aabfad hex color red value is 170, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aabfad hue: 0.36 , saturation: 0.14 and the lightness value of aabfad is 0.71.

The process color (four color CMYK) of #aabfad color hex is 0.11, 0.00, 0.09, 0.25. Web safe color of #aabfad is #99cc99. Color #aabfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10101101
Octal 252 277 255
Decimal 170 191 173
Hex AA BF AD

RGB Percentages of Color #aabfad

%31.84
%35.77
%32.40

CMYK Percentages of Color #aabfad

%11
%0
%9
%25

Triadic Colors of #aabfad

#aabfad #adaabf #bfadaa

Analogous Colors of #aabfad

#aabfad #aabfb8 #b2bfaa

Monochromatic Colors of #aabfad

#aabfad

Complementary Color

#aabfad #bfaabc

#aabfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfad Color CSS Codes

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

#aabfad Text Font Color

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

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


#aabfad Background Color

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

This div background color is #aabfad


#aabfad Border Color

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

This div border color is #aabfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfad


Comments

No comments written yet.

Please login to write comment.