Color Hex Logo

#afa91f Color Hex

#AFA91F
(175,169,31)
0 Favorites   0 Comments

Color spaces of #afa91f

RGB 17516931
HSL0.160.700.40
HSV58°82°69°
CMYK 0.000.030.82   0.31
XYZ32.114537.58886.8591
Yxy37.58880.41950.4910
Hunter Lab61.3097-13.792336.2837
CIE-Lab67.7165-12.596964.7596

#afa91f color RGB value is (175,169,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00011111
Octal 257 251 37
Decimal 175 169 31
Hex AF A9 1F

RGB Percentages of Color #afa91f

%46.67
%45.07
%8.27

CMYK Percentages of Color #afa91f

%0
%3
%82
%31

Triadic Colors of #afa91f

#afa91f #1fafa9 #a91faf

Analogous Colors of #afa91f

#afa91f #6daf1f #af611f

Monochromatic Colors of #afa91f

#afa91f

Complementary Color

#afa91f #1f25af

#afa91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa91f Color CSS Codes

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

#afa91f Text Font Color

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

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


#afa91f Background Color

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

This div background color is #afa91f


#afa91f Border Color

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

This div border color is #afa91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa91f


Comments

No comments written yet.

Please login to write comment.