Color Hex Logo

#afaabf Color Hex

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

Color spaces of #afaabf

RGB 175170191
HSL0.710.140.71
HSV254°11°75°
CMYK 0.080.110.00   0.25
XYZ41.457941.625055.1396
Yxy41.62500.29990.3011
Hunter Lab64.51741.7958-5.5098
CIE-Lab70.61165.8665-10.0854

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

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

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

Base Numbers

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

RGB Percentages of Color #afaabf

%32.65
%31.72
%35.63

CMYK Percentages of Color #afaabf

%8
%11
%0
%25

Triadic Colors of #afaabf

#afaabf #bfafaa #aabfaf

Analogous Colors of #afaabf

#afaabf #baaabf #aab0bf

Monochromatic Colors of #afaabf

#afaabf

Complementary Color

#afaabf #babfaa

#afaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaabf Color CSS Codes

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

#afaabf Text Font Color

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

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


#afaabf Background Color

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

This div background color is #afaabf


#afaabf Border Color

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

This div border color is #afaabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,170,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 #afaabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaabf


Comments

No comments written yet.

Please login to write comment.