Color Hex Logo

#afa804 Color Hex

#AFA804
(175,168,4)
0 Favorites   0 Comments

Color spaces of #afa804

RGB 1751684
HSL0.160.960.35
HSV58°98°69°
CMYK 0.000.040.98   0.31
XYZ31.703737.12805.6103
Yxy37.12800.42590.4988
Hunter Lab60.9327-13.757637.1939
CIE-Lab67.3730-12.607669.3238

#afa804 color RGB value is (175,168,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00000100
Octal 257 250 4
Decimal 175 168 4
Hex AF A8 4

RGB Percentages of Color #afa804

%50.43
%48.41
%1.15

CMYK Percentages of Color #afa804

%0
%4
%98
%31

Triadic Colors of #afa804

#afa804 #04afa8 #a804af

Analogous Colors of #afa804

#afa804 #61af04 #af5304

Monochromatic Colors of #afa804

#afa804

Complementary Color

#afa804 #040baf

#afa804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa804 Color CSS Codes

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

#afa804 Text Font Color

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

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


#afa804 Background Color

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

This div background color is #afa804


#afa804 Border Color

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

This div border color is #afa804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa804


Comments

No comments written yet.

Please login to write comment.