Color Hex Logo

#afa856 Color Hex

#AFA856
(175,168,86)
0 Favorites   0 Comments

Color spaces of #afa856

RGB 17516886
HSL0.150.360.51
HSV55°51°69°
CMYK 0.000.040.51   0.31
XYZ33.361537.791114.3402
Yxy37.79110.39020.4420
Hunter Lab61.4745-10.710429.2015
CIE-Lab67.8664-8.792842.8408

#afa856 color RGB value is (175,168,86).

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

The process color (four color CMYK) of #afa856 color hex is 0.00, 0.04, 0.51, 0.31. Web safe color of #afa856 is #999966. Color #afa856 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01010110
Octal 257 250 126
Decimal 175 168 86
Hex AF A8 56

RGB Percentages of Color #afa856

%40.79
%39.16
%20.05

CMYK Percentages of Color #afa856

%0
%4
%51
%31

Triadic Colors of #afa856

#afa856 #56afa8 #a856af

Analogous Colors of #afa856

#afa856 #8aaf56 #af7c56

Monochromatic Colors of #afa856

#afa856

Complementary Color

#afa856 #565daf

#afa856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa856 Color CSS Codes

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

#afa856 Text Font Color

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

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


#afa856 Background Color

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

This div background color is #afa856


#afa856 Border Color

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

This div border color is #afa856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa856


Comments

No comments written yet.

Please login to write comment.