Color Hex Logo

#afa780 Color Hex

#AFA780
(175,167,128)
0 Favorites   0 Comments

Color spaces of #afa780

RGB 175167128
HSL0.140.230.59
HSV50°27°69°
CMYK 0.000.050.27   0.31
XYZ35.394238.309925.9512
Yxy38.30990.35520.3844
Hunter Lab61.8950-6.242318.4675
CIE-Lab68.2484-3.416921.2537

#afa780 color RGB value is (175,167,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 10000000
Octal 257 247 200
Decimal 175 167 128
Hex AF A7 80

RGB Percentages of Color #afa780

%37.23
%35.53
%27.23

CMYK Percentages of Color #afa780

%0
%5
%27
%31

Triadic Colors of #afa780

#afa780 #80afa7 #a780af

Analogous Colors of #afa780

#afa780 #a0af80 #af9080

Monochromatic Colors of #afa780

#afa780

Complementary Color

#afa780 #8088af

#afa780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa780 Color CSS Codes

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

#afa780 Text Font Color

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

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


#afa780 Background Color

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

This div background color is #afa780


#afa780 Border Color

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

This div border color is #afa780


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,167,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 #afa780">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa780


Comments

No comments written yet.

Please login to write comment.