Color Hex Logo

#afa911 Color Hex

#AFA911
(175,169,17)
0 Favorites   0 Comments

Color spaces of #afa911

RGB 17516917
HSL0.160.820.38
HSV58°90°69°
CMYK 0.000.030.90   0.31
XYZ31.968337.53046.0895
Yxy37.53040.42290.4965
Hunter Lab61.2621-14.062236.9900
CIE-Lab67.6731-12.939267.7799

#afa911 color RGB value is (175,169,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00010001
Octal 257 251 21
Decimal 175 169 17
Hex AF A9 11

RGB Percentages of Color #afa911

%48.48
%46.81
%4.71

CMYK Percentages of Color #afa911

%0
%3
%90
%31

Triadic Colors of #afa911

#afa911 #11afa9 #a911af

Analogous Colors of #afa911

#afa911 #66af11 #af5a11

Monochromatic Colors of #afa911

#afa911

Complementary Color

#afa911 #1117af

#afa911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa911 Color CSS Codes

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

#afa911 Text Font Color

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

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


#afa911 Background Color

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

This div background color is #afa911


#afa911 Border Color

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

This div border color is #afa911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa911


Comments

No comments written yet.

Please login to write comment.