Color Hex Logo

#afa806 Color Hex

#AFA806
(175,168,6)
0 Favorites   0 Comments

Color spaces of #afa806

RGB 1751686
HSL0.160.930.35
HSV58°97°69°
CMYK 0.000.040.97   0.31
XYZ31.714737.13245.6680
Yxy37.13240.42560.4983
Hunter Lab60.9364-13.737237.1406
CIE-Lab67.3762-12.581769.0752

#afa806 color RGB value is (175,168,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00000110
Octal 257 250 6
Decimal 175 168 6
Hex AF A8 6

RGB Percentages of Color #afa806

%50.14
%48.14
%1.72

CMYK Percentages of Color #afa806

%0
%4
%97
%31

Triadic Colors of #afa806

#afa806 #06afa8 #a806af

Analogous Colors of #afa806

#afa806 #62af06 #af5406

Monochromatic Colors of #afa806

#afa806

Complementary Color

#afa806 #060daf

#afa806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa806 Color CSS Codes

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

#afa806 Text Font Color

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

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


#afa806 Background Color

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

This div background color is #afa806


#afa806 Border Color

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

This div border color is #afa806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa806


Comments

No comments written yet.

Please login to write comment.