Color Hex Logo

#afa51f Color Hex

#AFA51F
(175,165,31)
0 Favorites   0 Comments

Color spaces of #afa51f

RGB 17516531
HSL0.160.700.40
HSV56°82°69°
CMYK 0.000.060.82   0.31
XYZ31.381736.12326.6148
Yxy36.12320.42340.4874
Hunter Lab60.1026-11.978335.5464
CIE-Lab66.6140-10.514063.8150

#afa51f color RGB value is (175,165,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00011111
Octal 257 245 37
Decimal 175 165 31
Hex AF A5 1F

RGB Percentages of Color #afa51f

%47.17
%44.47
%8.36

CMYK Percentages of Color #afa51f

%0
%6
%82
%31

Triadic Colors of #afa51f

#afa51f #1fafa5 #a51faf

Analogous Colors of #afa51f

#afa51f #71af1f #af5d1f

Monochromatic Colors of #afa51f

#afa51f

Complementary Color

#afa51f #1f29af

#afa51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa51f Color CSS Codes

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

#afa51f Text Font Color

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

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


#afa51f Background Color

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

This div background color is #afa51f


#afa51f Border Color

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

This div border color is #afa51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa51f


Comments

No comments written yet.

Please login to write comment.