Color Hex Logo

#afa941 Color Hex

#AFA941
(175,169,65)
0 Favorites   0 Comments

Color spaces of #afa941

RGB 17516965
HSL0.160.460.47
HSV57°63°69°
CMYK 0.000.030.63   0.31
XYZ32.821337.871510.5811
Yxy37.87150.40380.4660
Hunter Lab61.5398-12.494532.8836
CIE-Lab67.9258-10.963052.7493

#afa941 color RGB value is (175,169,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01000001
Octal 257 251 101
Decimal 175 169 65
Hex AF A9 41

RGB Percentages of Color #afa941

%42.79
%41.32
%15.89

CMYK Percentages of Color #afa941

%0
%3
%63
%31

Triadic Colors of #afa941

#afa941 #41afa9 #a941af

Analogous Colors of #afa941

#afa941 #7eaf41 #af7241

Monochromatic Colors of #afa941

#afa941

Complementary Color

#afa941 #4147af

#afa941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa941 Color CSS Codes

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

#afa941 Text Font Color

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

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


#afa941 Background Color

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

This div background color is #afa941


#afa941 Border Color

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

This div border color is #afa941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa941


Comments

No comments written yet.

Please login to write comment.