Color Hex Logo

#afbfac Color Hex

#AFBFAC
(175,191,172)
0 Favorites   0 Comments

Color spaces of #afbfac

RGB 175191172
HSL0.310.130.71
HSV111°10°75°
CMYK 0.080.000.10   0.25
XYZ43.756449.354146.2498
Yxy49.35410.31400.3541
Hunter Lab70.2525-11.764010.1439
CIE-Lab75.6711-9.05967.7117

#afbfac color RGB value is (175,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10101100
Octal 257 277 254
Decimal 175 191 172
Hex AF BF AC

RGB Percentages of Color #afbfac

%32.53
%35.50
%31.97

CMYK Percentages of Color #afbfac

%8
%0
%10
%25

Triadic Colors of #afbfac

#afbfac #acafbf #bfacaf

Analogous Colors of #afbfac

#afbfac #acbfb3 #b9bfac

Monochromatic Colors of #afbfac

#afbfac

Complementary Color

#afbfac #bcacbf

#afbfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfac Color CSS Codes

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

#afbfac Text Font Color

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

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


#afbfac Background Color

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

This div background color is #afbfac


#afbfac Border Color

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

This div border color is #afbfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfac


Comments

No comments written yet.

Please login to write comment.