Color Hex Logo

#afa811 Color Hex

#AFA811
(175,168,17)
0 Favorites   0 Comments

Color spaces of #afa811

RGB 17516817
HSL0.160.820.38
HSV57°90°69°
CMYK 0.000.040.90   0.31
XYZ31.783037.15976.0277
Yxy37.15970.42390.4957
Hunter Lab60.9588-13.610536.8084
CIE-Lab67.3967-12.421067.5630

#afa811 color RGB value is (175,168,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00010001
Octal 257 250 21
Decimal 175 168 17
Hex AF A8 11

RGB Percentages of Color #afa811

%48.61
%46.67
%4.72

CMYK Percentages of Color #afa811

%0
%4
%90
%31

Triadic Colors of #afa811

#afa811 #11afa8 #a811af

Analogous Colors of #afa811

#afa811 #67af11 #af5911

Monochromatic Colors of #afa811

#afa811

Complementary Color

#afa811 #1118af

#afa811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa811 Color CSS Codes

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

#afa811 Text Font Color

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

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


#afa811 Background Color

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

This div background color is #afa811


#afa811 Border Color

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

This div border color is #afa811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa811


Comments

No comments written yet.

Please login to write comment.