Color Hex Logo

#afa73e Color Hex

#AFA73E
(175,167,62)
0 Favorites   0 Comments

Color spaces of #afa73e

RGB 17516762
HSL0.150.480.46
HSV56°65°69°
CMYK 0.000.050.65   0.31
XYZ32.367437.099210.0123
Yxy37.09920.40720.4668
Hunter Lab60.9091-11.735232.8902
CIE-Lab67.3514-10.111653.4370

#afa73e color RGB value is (175,167,62).

#afa73e hex color red value is 175, green value is 167 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afa73e hue: 0.15 , saturation: 0.48 and the lightness value of afa73e is 0.46.

The process color (four color CMYK) of #afa73e color hex is 0.00, 0.05, 0.65, 0.31. Web safe color of #afa73e is #999933. Color #afa73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00111110
Octal 257 247 76
Decimal 175 167 62
Hex AF A7 3E

RGB Percentages of Color #afa73e

%43.32
%41.34
%15.35

CMYK Percentages of Color #afa73e

%0
%5
%65
%31

Triadic Colors of #afa73e

#afa73e #3eafa7 #a73eaf

Analogous Colors of #afa73e

#afa73e #7faf3e #af6f3e

Monochromatic Colors of #afa73e

#afa73e

Complementary Color

#afa73e #3e46af

#afa73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa73e Color CSS Codes

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

#afa73e Text Font Color

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

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


#afa73e Background Color

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

This div background color is #afa73e


#afa73e Border Color

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

This div border color is #afa73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa73e


Comments

No comments written yet.

Please login to write comment.