Color Hex Logo

#afa41d Color Hex

#AFA41D
(175,164,29)
0 Favorites   0 Comments

Color spaces of #afa41d

RGB 17516429
HSL0.150.720.40
HSV55°83°69°
CMYK 0.000.060.83   0.31
XYZ31.176435.75366.4204
Yxy35.75360.42500.4874
Hunter Lab59.7943-11.571235.4898
CIE-Lab66.3312-10.050664.1054

#afa41d color RGB value is (175,164,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 00011101
Octal 257 244 35
Decimal 175 164 29
Hex AF A4 1D

RGB Percentages of Color #afa41d

%47.55
%44.57
%7.88

CMYK Percentages of Color #afa41d

%0
%6
%83
%31

Triadic Colors of #afa41d

#afa41d #1dafa4 #a41daf

Analogous Colors of #afa41d

#afa41d #71af1d #af5b1d

Monochromatic Colors of #afa41d

#afa41d

Complementary Color

#afa41d #1d28af

#afa41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa41d Color CSS Codes

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

#afa41d Text Font Color

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

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


#afa41d Background Color

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

This div background color is #afa41d


#afa41d Border Color

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

This div border color is #afa41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa41d


Comments

No comments written yet.

Please login to write comment.