Color Hex Logo

#afbbac Color Hex

#AFBBAC
(175,187,172)
0 Favorites   0 Comments

Color spaces of #afbbac

RGB 175187172
HSL0.300.100.70
HSV108°73°
CMYK 0.060.000.08   0.27
XYZ42.895947.633245.9630
Yxy47.63320.31430.3490
Hunter Lab69.0168-9.83668.8265
CIE-Lab74.5930-6.96016.1643

#afbbac color RGB value is (175,187,172).

#afbbac hex color red value is 175, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #afbbac hue: 0.30 , saturation: 0.10 and the lightness value of afbbac is 0.70.

The process color (four color CMYK) of #afbbac color hex is 0.06, 0.00, 0.08, 0.27. Web safe color of #afbbac is #99cc99. Color #afbbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10101100
Octal 257 273 254
Decimal 175 187 172
Hex AF BB AC

RGB Percentages of Color #afbbac

%32.77
%35.02
%32.21

CMYK Percentages of Color #afbbac

%6
%0
%8
%27

Triadic Colors of #afbbac

#afbbac #acafbb #bbacaf

Analogous Colors of #afbbac

#afbbac #acbbb1 #b7bbac

Monochromatic Colors of #afbbac

#afbbac

Complementary Color

#afbbac #b8acbb

#afbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbac Color CSS Codes

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

#afbbac Text Font Color

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

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


#afbbac Background Color

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

This div background color is #afbbac


#afbbac Border Color

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

This div border color is #afbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbac


Comments

No comments written yet.

Please login to write comment.