Color Hex Logo

#afa906 Color Hex

#AFA906
(175,169,6)
0 Favorites   0 Comments

Color spaces of #afa906

RGB 1751696
HSL0.160.930.35
HSV58°97°69°
CMYK 0.000.030.97   0.31
XYZ31.900037.50305.7298
Yxy37.50300.42460.4992
Hunter Lab61.2397-14.188137.3204
CIE-Lab67.6527-13.099269.2814

#afa906 color RGB value is (175,169,6).

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

The process color (four color CMYK) of #afa906 color hex is 0.00, 0.03, 0.97, 0.31. Web safe color of #afa906 is #999900. Color #afa906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00000110
Octal 257 251 6
Decimal 175 169 6
Hex AF A9 6

RGB Percentages of Color #afa906

%50.00
%48.29
%1.71

CMYK Percentages of Color #afa906

%0
%3
%97
%31

Triadic Colors of #afa906

#afa906 #06afa9 #a906af

Analogous Colors of #afa906

#afa906 #61af06 #af5406

Monochromatic Colors of #afa906

#afa906

Complementary Color

#afa906 #060caf

#afa906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa906 Color CSS Codes

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

#afa906 Text Font Color

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

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


#afa906 Background Color

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

This div background color is #afa906


#afa906 Border Color

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

This div border color is #afa906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa906


Comments

No comments written yet.

Please login to write comment.