Color Hex Logo

#afa32c Color Hex

#AFA32C
(175,163,44)
0 Favorites   0 Comments

Color spaces of #afa32c

RGB 17516344
HSL0.150.600.43
HSV55°75°69°
CMYK 0.000.070.75   0.31
XYZ31.231035.49027.5871
Yxy35.49020.42030.4776
Hunter Lab59.5737-10.676734.1506
CIE-Lab66.1285-8.975859.3006

#afa32c color RGB value is (175,163,44).

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

The process color (four color CMYK) of #afa32c color hex is 0.00, 0.07, 0.75, 0.31. Web safe color of #afa32c is #999933. Color #afa32c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00101100
Octal 257 243 54
Decimal 175 163 44
Hex AF A3 2C

RGB Percentages of Color #afa32c

%45.81
%42.67
%11.52

CMYK Percentages of Color #afa32c

%0
%7
%75
%31

Triadic Colors of #afa32c

#afa32c #2cafa3 #a32caf

Analogous Colors of #afa32c

#afa32c #7aaf2c #af622c

Monochromatic Colors of #afa32c

#afa32c

Complementary Color

#afa32c #2c38af

#afa32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa32c Color CSS Codes

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

#afa32c Text Font Color

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

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


#afa32c Background Color

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

This div background color is #afa32c


#afa32c Border Color

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

This div border color is #afa32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa32c


Comments

No comments written yet.

Please login to write comment.