Color Hex Logo

#afa13f Color Hex

#AFA13F
(175,161,63)
0 Favorites   0 Comments

Color spaces of #afa13f

RGB 17516163
HSL0.150.470.47
HSV53°64°69°
CMYK 0.000.080.64   0.31
XYZ31.321334.96269.8003
Yxy34.96260.41170.4595
Hunter Lab59.1292-8.922931.5635
CIE-Lab65.7195-6.880651.2651

#afa13f color RGB value is (175,161,63).

#afa13f hex color red value is 175, green value is 161 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #afa13f hue: 0.15 , saturation: 0.47 and the lightness value of afa13f is 0.47.

The process color (four color CMYK) of #afa13f color hex is 0.00, 0.08, 0.64, 0.31. Web safe color of #afa13f is #999933. Color #afa13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00111111
Octal 257 241 77
Decimal 175 161 63
Hex AF A1 3F

RGB Percentages of Color #afa13f

%43.86
%40.35
%15.79

CMYK Percentages of Color #afa13f

%0
%8
%64
%31

Triadic Colors of #afa13f

#afa13f #3fafa1 #a13faf

Analogous Colors of #afa13f

#afa13f #85af3f #af693f

Monochromatic Colors of #afa13f

#afa13f

Complementary Color

#afa13f #3f4daf

#afa13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa13f Color CSS Codes

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

#afa13f Text Font Color

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

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


#afa13f Background Color

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

This div background color is #afa13f


#afa13f Border Color

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

This div border color is #afa13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa13f


Comments

No comments written yet.

Please login to write comment.