Color Hex Logo

#afbcac Color Hex

#AFBCAC
(175,188,172)
0 Favorites   0 Comments

Color spaces of #afbcac

RGB 175188172
HSL0.300.110.71
HSV109°74°
CMYK 0.070.000.09   0.26
XYZ43.108848.059046.0340
Yxy48.05900.31420.3503
Hunter Lab69.3246-10.31969.1565
CIE-Lab74.8621-7.48686.5512

#afbcac color RGB value is (175,188,172).

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

The process color (four color CMYK) of #afbcac color hex is 0.07, 0.00, 0.09, 0.26. Web safe color of #afbcac is #99cc99. Color #afbcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 10101100
Octal 257 274 254
Decimal 175 188 172
Hex AF BC AC

RGB Percentages of Color #afbcac

%32.71
%35.14
%32.15

CMYK Percentages of Color #afbcac

%7
%0
%9
%26

Triadic Colors of #afbcac

#afbcac #acafbc #bcacaf

Analogous Colors of #afbcac

#afbcac #acbcb1 #b7bcac

Monochromatic Colors of #afbcac

#afbcac

Complementary Color

#afbcac #b9acbc

#afbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcac Color CSS Codes

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

#afbcac Text Font Color

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

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


#afbcac Background Color

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

This div background color is #afbcac


#afbcac Border Color

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

This div border color is #afbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcac


Comments

No comments written yet.

Please login to write comment.