Color Hex Logo

#afa89c Color Hex

#AFA89C
(175,168,156)
0 Favorites   0 Comments

Color spaces of #afa89c

RGB 175168156
HSL0.110.110.65
HSV38°11°69°
CMYK 0.000.040.11   0.31
XYZ37.682639.519537.0944
Yxy39.51950.32970.3458
Hunter Lab62.8645-3.01559.0200
CIE-Lab69.12590.39197.0850

#afa89c color RGB value is (175,168,156).

#afa89c hex color red value is 175, green value is 168 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afa89c hue: 0.11 , saturation: 0.11 and the lightness value of afa89c is 0.65.

The process color (four color CMYK) of #afa89c color hex is 0.00, 0.04, 0.11, 0.31. Web safe color of #afa89c is #999999. Color #afa89c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 10011100
Octal 257 250 234
Decimal 175 168 156
Hex AF A8 9C

RGB Percentages of Color #afa89c

%35.07
%33.67
%31.26

CMYK Percentages of Color #afa89c

%0
%4
%11
%31

Triadic Colors of #afa89c

#afa89c #9cafa8 #a89caf

Analogous Colors of #afa89c

#afa89c #adaf9c #af9f9c

Monochromatic Colors of #afa89c

#afa89c

Complementary Color

#afa89c #9ca3af

#afa89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa89c Color CSS Codes

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

#afa89c Text Font Color

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

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


#afa89c Background Color

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

This div background color is #afa89c


#afa89c Border Color

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

This div border color is #afa89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa89c


Comments

No comments written yet.

Please login to write comment.