Color Hex Logo

#afa616 Color Hex

#AFA616
(175,166,22)
0 Favorites   0 Comments

Color spaces of #afa616

RGB 17516622
HSL0.160.780.39
HSV56°87°69°
CMYK 0.000.050.87   0.31
XYZ31.460236.44436.1354
Yxy36.44430.42490.4922
Hunter Lab60.3691-12.624136.2327
CIE-Lab66.8580-11.278166.1830

#afa616 color RGB value is (175,166,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00010110
Octal 257 246 26
Decimal 175 166 22
Hex AF A6 16

RGB Percentages of Color #afa616

%48.21
%45.73
%6.06

CMYK Percentages of Color #afa616

%0
%5
%87
%31

Triadic Colors of #afa616

#afa616 #16afa6 #a616af

Analogous Colors of #afa616

#afa616 #6caf16 #af5a16

Monochromatic Colors of #afa616

#afa616

Complementary Color

#afa616 #161faf

#afa616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa616 Color CSS Codes

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

#afa616 Text Font Color

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

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


#afa616 Background Color

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

This div background color is #afa616


#afa616 Border Color

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

This div border color is #afa616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa616


Comments

No comments written yet.

Please login to write comment.