Color Hex Logo

#afaca0 Color Hex

#AFACA0
(175,172,160)
0 Favorites   0 Comments

Color spaces of #afaca0

RGB 175172160
HSL0.130.090.66
HSV48°69°
CMYK 0.000.020.09   0.31
XYZ38.776941.157139.1581
Yxy41.15710.32560.3456
Hunter Lab64.1538-4.37728.7183
CIE-Lab70.2858-1.08606.5411

#afaca0 color RGB value is (175,172,160).

#afaca0 hex color red value is 175, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #afaca0 hue: 0.13 , saturation: 0.09 and the lightness value of afaca0 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10100000
Octal 257 254 240
Decimal 175 172 160
Hex AF AC A0

RGB Percentages of Color #afaca0

%34.52
%33.93
%31.56

CMYK Percentages of Color #afaca0

%0
%2
%9
%31

Triadic Colors of #afaca0

#afaca0 #a0afac #aca0af

Analogous Colors of #afaca0

#afaca0 #abafa0 #afa5a0

Monochromatic Colors of #afaca0

#afaca0

Complementary Color

#afaca0 #a0a3af

#afaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaca0 Color CSS Codes

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

#afaca0 Text Font Color

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

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


#afaca0 Background Color

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

This div background color is #afaca0


#afaca0 Border Color

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

This div border color is #afaca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaca0


Comments

No comments written yet.

Please login to write comment.