Color Hex Logo

#afa32d Color Hex

#AFA32D
(175,163,45)
0 Favorites   0 Comments

Color spaces of #afa32d

RGB 17516345
HSL0.150.590.43
HSV54°74°69°
CMYK 0.000.070.74   0.31
XYZ31.250035.49787.6873
Yxy35.49780.41980.4769
Hunter Lab59.5800-10.641034.0561
CIE-Lab66.1344-8.931158.9499

#afa32d color RGB value is (175,163,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00101101
Octal 257 243 55
Decimal 175 163 45
Hex AF A3 2D

RGB Percentages of Color #afa32d

%45.69
%42.56
%11.75

CMYK Percentages of Color #afa32d

%0
%7
%74
%31

Triadic Colors of #afa32d

#afa32d #2dafa3 #a32daf

Analogous Colors of #afa32d

#afa32d #7aaf2d #af622d

Monochromatic Colors of #afa32d

#afa32d

Complementary Color

#afa32d #2d39af

#afa32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa32d Color CSS Codes

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

#afa32d Text Font Color

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

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


#afa32d Background Color

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

This div background color is #afa32d


#afa32d Border Color

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

This div border color is #afa32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa32d


Comments

No comments written yet.

Please login to write comment.