Color Hex Logo

#afa011 Color Hex

#AFA011
(175,160,17)
0 Favorites   0 Comments

Color spaces of #afa011

RGB 17516017
HSL0.150.820.38
HSV54°90°69°
CMYK 0.000.090.90   0.31
XYZ30.351234.29605.5504
Yxy34.29600.43240.4886
Hunter Lab58.5628-9.974135.3746
CIE-Lab65.1968-8.230765.8377

#afa011 color RGB value is (175,160,17).

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

The process color (four color CMYK) of #afa011 color hex is 0.00, 0.09, 0.90, 0.31. Web safe color of #afa011 is #999900. Color #afa011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00010001
Octal 257 240 21
Decimal 175 160 17
Hex AF A0 11

RGB Percentages of Color #afa011

%49.72
%45.45
%4.83

CMYK Percentages of Color #afa011

%0
%9
%90
%31

Triadic Colors of #afa011

#afa011 #11afa0 #a011af

Analogous Colors of #afa011

#afa011 #6faf11 #af5111

Monochromatic Colors of #afa011

#afa011

Complementary Color

#afa011 #1120af

#afa011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa011 Color CSS Codes

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

#afa011 Text Font Color

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

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


#afa011 Background Color

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

This div background color is #afa011


#afa011 Border Color

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

This div border color is #afa011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa011


Comments

No comments written yet.

Please login to write comment.