Color Hex Logo

#afa43b Color Hex

#AFA43B
(175,164,59)
0 Favorites   0 Comments

Color spaces of #afa43b

RGB 17516459
HSL0.150.500.46
HSV54°66°69°
CMYK 0.000.060.66   0.31
XYZ31.744135.98069.4095
Yxy35.98060.41150.4665
Hunter Lab59.9838-10.507632.6880
CIE-Lab66.5051-8.719653.8271

#afa43b color RGB value is (175,164,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 00111011
Octal 257 244 73
Decimal 175 164 59
Hex AF A4 3B

RGB Percentages of Color #afa43b

%43.97
%41.21
%14.82

CMYK Percentages of Color #afa43b

%0
%6
%66
%31

Triadic Colors of #afa43b

#afa43b #3bafa4 #a43baf

Analogous Colors of #afa43b

#afa43b #80af3b #af6a3b

Monochromatic Colors of #afa43b

#afa43b

Complementary Color

#afa43b #3b46af

#afa43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa43b Color CSS Codes

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

#afa43b Text Font Color

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

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


#afa43b Background Color

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

This div background color is #afa43b


#afa43b Border Color

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

This div border color is #afa43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa43b


Comments

No comments written yet.

Please login to write comment.