Color Hex Logo

#afa10d Color Hex

#AFA10D
(175,161,13)
0 Favorites   0 Comments

Color spaces of #afa10d

RGB 17516113
HSL0.150.860.37
HSV55°93°69°
CMYK 0.000.080.93   0.31
XYZ30.496734.63285.4582
Yxy34.63280.43200.4906
Hunter Lab58.8496-10.485735.6957
CIE-Lab65.4618-8.827366.7074

#afa10d color RGB value is (175,161,13).

#afa10d hex color red value is 175, green value is 161 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #afa10d hue: 0.15 , saturation: 0.86 and the lightness value of afa10d is 0.37.

The process color (four color CMYK) of #afa10d color hex is 0.00, 0.08, 0.93, 0.31. Web safe color of #afa10d is #999900. Color #afa10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00001101
Octal 257 241 15
Decimal 175 161 13
Hex AF A1 D

RGB Percentages of Color #afa10d

%50.14
%46.13
%3.72

CMYK Percentages of Color #afa10d

%0
%8
%93
%31

Triadic Colors of #afa10d

#afa10d #0dafa1 #a10daf

Analogous Colors of #afa10d

#afa10d #6caf0d #af500d

Monochromatic Colors of #afa10d

#afa10d

Complementary Color

#afa10d #0d1baf

#afa10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa10d Color CSS Codes

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

#afa10d Text Font Color

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

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


#afa10d Background Color

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

This div background color is #afa10d


#afa10d Border Color

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

This div border color is #afa10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa10d


Comments

No comments written yet.

Please login to write comment.