Color Hex Logo

#afb7ac Color Hex

#AFB7AC
(175,183,172)
0 Favorites   0 Comments

Color spaces of #afb7ac

RGB 175183172
HSL0.290.070.70
HSV104°72°
CMYK 0.040.000.06   0.28
XYZ42.059145.959545.6840
Yxy45.95950.31460.3437
Hunter Lab67.7934-7.89707.5016
CIE-Lab73.5192-4.84234.6173

#afb7ac color RGB value is (175,183,172).

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

The process color (four color CMYK) of #afb7ac color hex is 0.04, 0.00, 0.06, 0.28. Web safe color of #afb7ac is #99cc99. Color #afb7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10101100
Octal 257 267 254
Decimal 175 183 172
Hex AF B7 AC

RGB Percentages of Color #afb7ac

%33.02
%34.53
%32.45

CMYK Percentages of Color #afb7ac

%4
%0
%6
%28

Triadic Colors of #afb7ac

#afb7ac #acafb7 #b7acaf

Analogous Colors of #afb7ac

#afb7ac #acb7af #b5b7ac

Monochromatic Colors of #afb7ac

#afb7ac

Complementary Color

#afb7ac #b4acb7

#afb7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7ac Color CSS Codes

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

#afb7ac Text Font Color

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

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


#afb7ac Background Color

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

This div background color is #afb7ac


#afb7ac Border Color

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

This div border color is #afb7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7ac


Comments

No comments written yet.

Please login to write comment.