Color Hex Logo

#afa909 Color Hex

#AFA909
(175,169,9)
0 Favorites   0 Comments

Color spaces of #afa909

RGB 1751699
HSL0.160.900.36
HSV58°95°69°
CMYK 0.000.030.95   0.31
XYZ31.916537.50965.8163
Yxy37.50960.42420.4985
Hunter Lab61.2451-14.157637.2409
CIE-Lab67.6576-13.060568.9146

#afa909 color RGB value is (175,169,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00001001
Octal 257 251 11
Decimal 175 169 9
Hex AF A9 9

RGB Percentages of Color #afa909

%49.58
%47.88
%2.55

CMYK Percentages of Color #afa909

%0
%3
%95
%31

Triadic Colors of #afa909

#afa909 #09afa9 #a909af

Analogous Colors of #afa909

#afa909 #62af09 #af5609

Monochromatic Colors of #afa909

#afa909

Complementary Color

#afa909 #090faf

#afa909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa909 Color CSS Codes

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

#afa909 Text Font Color

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

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


#afa909 Background Color

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

This div background color is #afa909


#afa909 Border Color

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

This div border color is #afa909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa909


Comments

No comments written yet.

Please login to write comment.