Color Hex Logo

#aabfaf Color Hex

#AABFAF
(170,191,175)
0 Favorites   0 Comments

Color spaces of #aabfaf

RGB 170191175
HSL0.370.140.71
HSV134°11°75°
CMYK 0.110.000.08   0.25
XYZ42.946248.902847.7331
Yxy48.90280.30770.3504
Hunter Lab69.9305-12.75688.4813
CIE-Lab75.3908-10.24925.6382

#aabfaf color RGB value is (170,191,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 10101111
Octal 252 277 257
Decimal 170 191 175
Hex AA BF AF

RGB Percentages of Color #aabfaf

%31.72
%35.63
%32.65

CMYK Percentages of Color #aabfaf

%11
%0
%8
%25

Triadic Colors of #aabfaf

#aabfaf #afaabf #bfafaa

Analogous Colors of #aabfaf

#aabfaf #aabfba #b0bfaa

Monochromatic Colors of #aabfaf

#aabfaf

Complementary Color

#aabfaf #bfaaba

#aabfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfaf Color CSS Codes

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

#aabfaf Text Font Color

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

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


#aabfaf Background Color

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

This div background color is #aabfaf


#aabfaf Border Color

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

This div border color is #aabfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfaf


Comments

No comments written yet.

Please login to write comment.