Color Hex Logo

#afa893 Color Hex

#AFA893
(175,168,147)
0 Favorites   0 Comments

Color spaces of #afa893

RGB 175168147
HSL0.130.150.63
HSV45°16°69°
CMYK 0.000.040.16   0.31
XYZ36.948339.225833.2277
Yxy39.22580.33770.3585
Hunter Lab62.6305-4.298912.3859
CIE-Lab68.9145-1.098411.7532

#afa893 color RGB value is (175,168,147).

#afa893 hex color red value is 175, green value is 168 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #afa893 hue: 0.13 , saturation: 0.15 and the lightness value of afa893 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 10010011
Octal 257 250 223
Decimal 175 168 147
Hex AF A8 93

RGB Percentages of Color #afa893

%35.71
%34.29
%30.00

CMYK Percentages of Color #afa893

%0
%4
%16
%31

Triadic Colors of #afa893

#afa893 #93afa8 #a893af

Analogous Colors of #afa893

#afa893 #a8af93 #af9a93

Monochromatic Colors of #afa893

#afa893

Complementary Color

#afa893 #939aaf

#afa893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa893 Color CSS Codes

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

#afa893 Text Font Color

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

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


#afa893 Background Color

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

This div background color is #afa893


#afa893 Border Color

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

This div border color is #afa893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa893


Comments

No comments written yet.

Please login to write comment.