Color Hex Logo

#afa71f Color Hex

#AFA71F
(175,167,31)
0 Favorites   0 Comments

Color spaces of #afa71f

RGB 17516731
HSL0.160.700.40
HSV57°82°69°
CMYK 0.000.050.82   0.31
XYZ31.745236.85036.7360
Yxy36.85030.42140.4892
Hunter Lab60.7044-12.886835.9141
CIE-Lab67.1646-11.558264.2870

#afa71f color RGB value is (175,167,31).

#afa71f hex color red value is 175, green value is 167 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #afa71f hue: 0.16 , saturation: 0.70 and the lightness value of afa71f is 0.40.

The process color (four color CMYK) of #afa71f color hex is 0.00, 0.05, 0.82, 0.31. Web safe color of #afa71f is #999933. Color #afa71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00011111
Octal 257 247 37
Decimal 175 167 31
Hex AF A7 1F

RGB Percentages of Color #afa71f

%46.92
%44.77
%8.31

CMYK Percentages of Color #afa71f

%0
%5
%82
%31

Triadic Colors of #afa71f

#afa71f #1fafa7 #a71faf

Analogous Colors of #afa71f

#afa71f #6faf1f #af5f1f

Monochromatic Colors of #afa71f

#afa71f

Complementary Color

#afa71f #1f27af

#afa71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa71f Color CSS Codes

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

#afa71f Text Font Color

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

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


#afa71f Background Color

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

This div background color is #afa71f


#afa71f Border Color

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

This div border color is #afa71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa71f


Comments

No comments written yet.

Please login to write comment.