Color Hex Logo

#afa01d Color Hex

#AFA01D
(175,160,29)
0 Favorites   0 Comments

Color spaces of #afa01d

RGB 17516029
HSL0.150.720.40
HSV54°83°69°
CMYK 0.000.090.83   0.31
XYZ30.471834.34436.1855
Yxy34.34430.42920.4837
Hunter Lab58.6040-9.744034.7649
CIE-Lab65.2349-7.942863.1764

#afa01d color RGB value is (175,160,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00011101
Octal 257 240 35
Decimal 175 160 29
Hex AF A0 1D

RGB Percentages of Color #afa01d

%48.08
%43.96
%7.97

CMYK Percentages of Color #afa01d

%0
%9
%83
%31

Triadic Colors of #afa01d

#afa01d #1dafa0 #a01daf

Analogous Colors of #afa01d

#afa01d #75af1d #af571d

Monochromatic Colors of #afa01d

#afa01d

Complementary Color

#afa01d #1d2caf

#afa01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa01d Color CSS Codes

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

#afa01d Text Font Color

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

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


#afa01d Background Color

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

This div background color is #afa01d


#afa01d Border Color

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

This div border color is #afa01d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,160,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 #afa01d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa01d


Comments

No comments written yet.

Please login to write comment.