Color Hex Logo

#afac9d Color Hex

#AFAC9D
(175,172,157)
0 Favorites   0 Comments

Color spaces of #afac9d

RGB 175172157
HSL0.140.100.65
HSV50°10°69°
CMYK 0.000.020.10   0.31
XYZ38.517541.053337.7923
Yxy41.05330.32820.3498
Hunter Lab64.0728-4.82199.8798
CIE-Lab70.2132-1.60198.0891

#afac9d color RGB value is (175,172,157).

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

The process color (four color CMYK) of #afac9d color hex is 0.00, 0.02, 0.10, 0.31. Web safe color of #afac9d is #999999. Color #afac9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10011101
Octal 257 254 235
Decimal 175 172 157
Hex AF AC 9D

RGB Percentages of Color #afac9d

%34.72
%34.13
%31.15

CMYK Percentages of Color #afac9d

%0
%2
%10
%31

Triadic Colors of #afac9d

#afac9d #9dafac #ac9daf

Analogous Colors of #afac9d

#afac9d #a9af9d #afa39d

Monochromatic Colors of #afac9d

#afac9d

Complementary Color

#afac9d #9da0af

#afac9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac9d Color CSS Codes

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

#afac9d Text Font Color

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

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


#afac9d Background Color

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

This div background color is #afac9d


#afac9d Border Color

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

This div border color is #afac9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac9d


Comments

No comments written yet.

Please login to write comment.