Color Hex Logo

#afac96 Color Hex

#AFAC96
(175,172,150)
0 Favorites   0 Comments

Color spaces of #afac96

RGB 175172150
HSL0.150.140.64
HSV53°14°69°
CMYK 0.000.020.14   0.31
XYZ37.936740.821034.7339
Yxy40.82100.33430.3597
Hunter Lab63.8913-5.822012.4915
CIE-Lab70.0503-2.768811.7069

#afac96 color RGB value is (175,172,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10010110
Octal 257 254 226
Decimal 175 172 150
Hex AF AC 96

RGB Percentages of Color #afac96

%35.21
%34.61
%30.18

CMYK Percentages of Color #afac96

%0
%2
%14
%31

Triadic Colors of #afac96

#afac96 #96afac #ac96af

Analogous Colors of #afac96

#afac96 #a6af96 #afa096

Monochromatic Colors of #afac96

#afac96

Complementary Color

#afac96 #9699af

#afac96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac96 Color CSS Codes

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

#afac96 Text Font Color

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

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


#afac96 Background Color

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

This div background color is #afac96


#afac96 Border Color

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

This div border color is #afac96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac96


Comments

No comments written yet.

Please login to write comment.