Color Hex Logo

#afa43a Color Hex

#AFA43A
(175,164,58)
0 Favorites   0 Comments

Color spaces of #afa43a

RGB 17516458
HSL0.150.500.46
HSV54°67°69°
CMYK 0.000.060.67   0.31
XYZ31.718435.97049.2742
Yxy35.97040.41210.4674
Hunter Lab59.9753-10.555832.8145
CIE-Lab66.4973-8.779754.2395

#afa43a color RGB value is (175,164,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 00111010
Octal 257 244 72
Decimal 175 164 58
Hex AF A4 3A

RGB Percentages of Color #afa43a

%44.08
%41.31
%14.61

CMYK Percentages of Color #afa43a

%0
%6
%67
%31

Triadic Colors of #afa43a

#afa43a #3aafa4 #a43aaf

Analogous Colors of #afa43a

#afa43a #80af3a #af6a3a

Monochromatic Colors of #afa43a

#afa43a

Complementary Color

#afa43a #3a45af

#afa43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa43a Color CSS Codes

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

#afa43a Text Font Color

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

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


#afa43a Background Color

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

This div background color is #afa43a


#afa43a Border Color

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

This div border color is #afa43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa43a


Comments

No comments written yet.

Please login to write comment.