Color Hex Logo

#afa42e Color Hex

#AFA42E
(175,164,46)
0 Favorites   0 Comments

Color spaces of #afa42e

RGB 17516446
HSL0.150.580.43
HSV55°74°69°
CMYK 0.000.060.74   0.31
XYZ31.447835.86217.8494
Yxy35.86210.41840.4771
Hunter Lab59.8850-11.061834.1481
CIE-Lab66.4144-9.411558.8557

#afa42e color RGB value is (175,164,46).

#afa42e hex color red value is 175, green value is 164 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afa42e hue: 0.15 , saturation: 0.58 and the lightness value of afa42e is 0.43.

The process color (four color CMYK) of #afa42e color hex is 0.00, 0.06, 0.74, 0.31. Web safe color of #afa42e is #999933. Color #afa42e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 00101110
Octal 257 244 56
Decimal 175 164 46
Hex AF A4 2E

RGB Percentages of Color #afa42e

%45.45
%42.60
%11.95

CMYK Percentages of Color #afa42e

%0
%6
%74
%31

Triadic Colors of #afa42e

#afa42e #2eafa4 #a42eaf

Analogous Colors of #afa42e

#afa42e #7aaf2e #af642e

Monochromatic Colors of #afa42e

#afa42e

Complementary Color

#afa42e #2e39af

#afa42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa42e Color CSS Codes

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

#afa42e Text Font Color

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

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


#afa42e Background Color

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

This div background color is #afa42e


#afa42e Border Color

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

This div border color is #afa42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa42e


Comments

No comments written yet.

Please login to write comment.