Color Hex Logo

#aaafbf Color Hex

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

Color spaces of #aaafbf

RGB 170175191
HSL0.630.140.71
HSV226°11°75°
CMYK 0.110.080.00   0.25
XYZ41.311542.967655.4064
Yxy42.96760.29570.3076
Hunter Lab65.5497-2.2155-4.2306
CIE-Lab71.53301.4482-8.7535

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

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

The process color (four color CMYK) of #aaafbf color hex is 0.11, 0.08, 0.00, 0.25. Web safe color of #aaafbf is #9999cc. Color #aaafbf contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #aaafbf

%31.72
%32.65
%35.63

CMYK Percentages of Color #aaafbf

%11
%8
%0
%25

Triadic Colors of #aaafbf

#aaafbf #bfaaaf #afbfaa

Analogous Colors of #aaafbf

#aaafbf #b0aabf #aababf

Monochromatic Colors of #aaafbf

#aaafbf

Complementary Color

#aaafbf #bfbaaa

#aaafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafbf Color CSS Codes

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

#aaafbf Text Font Color

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

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


#aaafbf Background Color

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

This div background color is #aaafbf


#aaafbf Border Color

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

This div border color is #aaafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafbf


Comments

No comments written yet.

Please login to write comment.