Color Hex Logo

#afa718 Color Hex

#AFA718
(175,167,24)
0 Favorites   0 Comments

Color spaces of #afa718

RGB 17516724
HSL0.160.760.39
HSV57°86°69°
CMYK 0.000.050.86   0.31
XYZ31.662836.81736.3018
Yxy36.81730.42340.4923
Hunter Lab60.6773-13.039836.3164
CIE-Lab67.1397-11.751665.9817

#afa718 color RGB value is (175,167,24).

#afa718 hex color red value is 175, green value is 167 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #afa718 hue: 0.16 , saturation: 0.76 and the lightness value of afa718 is 0.39.

The process color (four color CMYK) of #afa718 color hex is 0.00, 0.05, 0.86, 0.31. Web safe color of #afa718 is #999900. Color #afa718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00011000
Octal 257 247 30
Decimal 175 167 24
Hex AF A7 18

RGB Percentages of Color #afa718

%47.81
%45.63
%6.56

CMYK Percentages of Color #afa718

%0
%5
%86
%31

Triadic Colors of #afa718

#afa718 #18afa7 #a718af

Analogous Colors of #afa718

#afa718 #6caf18 #af5c18

Monochromatic Colors of #afa718

#afa718

Complementary Color

#afa718 #1820af

#afa718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa718 Color CSS Codes

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

#afa718 Text Font Color

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

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


#afa718 Background Color

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

This div background color is #afa718


#afa718 Border Color

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

This div border color is #afa718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa718


Comments

No comments written yet.

Please login to write comment.