Color Hex Logo

#afa480 Color Hex

#AFA480
(175,164,128)
0 Favorites   0 Comments

Color spaces of #afa480

RGB 175164128
HSL0.130.230.59
HSV46°27°69°
CMYK 0.000.060.27   0.31
XYZ34.850937.223425.7701
Yxy37.22340.35620.3804
Hunter Lab61.0110-4.805817.6645
CIE-Lab67.4443-1.801020.1565

#afa480 color RGB value is (175,164,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 10000000
Octal 257 244 200
Decimal 175 164 128
Hex AF A4 80

RGB Percentages of Color #afa480

%37.47
%35.12
%27.41

CMYK Percentages of Color #afa480

%0
%6
%27
%31

Triadic Colors of #afa480

#afa480 #80afa4 #a480af

Analogous Colors of #afa480

#afa480 #a3af80 #af8d80

Monochromatic Colors of #afa480

#afa480

Complementary Color

#afa480 #808baf

#afa480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa480 Color CSS Codes

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

#afa480 Text Font Color

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

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


#afa480 Background Color

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

This div background color is #afa480


#afa480 Border Color

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

This div border color is #afa480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa480


Comments

No comments written yet.

Please login to write comment.