Color Hex Logo

#afa680 Color Hex

#AFA680
(175,166,128)
0 Favorites   0 Comments

Color spaces of #afa680

RGB 175166128
HSL0.130.230.59
HSV49°27°69°
CMYK 0.000.050.27   0.31
XYZ35.211737.944925.8903
Yxy37.94490.35550.3831
Hunter Lab61.5994-5.764218.2000
CIE-Lab67.9800-2.879320.8880

#afa680 color RGB value is (175,166,128).

#afa680 hex color red value is 175, green value is 166 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #afa680 hue: 0.13 , saturation: 0.23 and the lightness value of afa680 is 0.59.

The process color (four color CMYK) of #afa680 color hex is 0.00, 0.05, 0.27, 0.31. Web safe color of #afa680 is #999999. Color #afa680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10000000
Octal 257 246 200
Decimal 175 166 128
Hex AF A6 80

RGB Percentages of Color #afa680

%37.31
%35.39
%27.29

CMYK Percentages of Color #afa680

%0
%5
%27
%31

Triadic Colors of #afa680

#afa680 #80afa6 #a680af

Analogous Colors of #afa680

#afa680 #a1af80 #af8f80

Monochromatic Colors of #afa680

#afa680

Complementary Color

#afa680 #8089af

#afa680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa680 Color CSS Codes

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

#afa680 Text Font Color

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

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


#afa680 Background Color

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

This div background color is #afa680


#afa680 Border Color

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

This div border color is #afa680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa680


Comments

No comments written yet.

Please login to write comment.