Color Hex Logo

#afacb0 Color Hex

#AFACB0
(175,172,176)
0 Favorites   0 Comments

Color spaces of #afacb0

RGB 175172176
HSL0.790.020.68
HSV285°69°
CMYK 0.010.020.00   0.31
XYZ40.268241.753647.0112
Yxy41.75360.31210.3236
Hunter Lab64.6170-1.84172.0963
CIE-Lab70.70071.8200-1.6784

#afacb0 color RGB value is (175,172,176).

#afacb0 hex color red value is 175, green value is 172 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #afacb0 hue: 0.79 , saturation: 0.02 and the lightness value of afacb0 is 0.68.

The process color (four color CMYK) of #afacb0 color hex is 0.01, 0.02, 0.00, 0.31. Web safe color of #afacb0 is #999999. Color #afacb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10110000
Octal 257 254 260
Decimal 175 172 176
Hex AF AC B0

RGB Percentages of Color #afacb0

%33.46
%32.89
%33.65

CMYK Percentages of Color #afacb0

%1
%2
%0
%31

Triadic Colors of #afacb0

#afacb0 #b0afac #acb0af

Analogous Colors of #afacb0

#afacb0 #b0acaf #adacb0

Monochromatic Colors of #afacb0

#afacb0

Complementary Color

#afacb0 #adb0ac

#afacb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacb0 Color CSS Codes

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

#afacb0 Text Font Color

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

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


#afacb0 Background Color

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

This div background color is #afacb0


#afacb0 Border Color

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

This div border color is #afacb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacb0

#afacb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.