Color Hex Logo

#afac09 Color Hex

#AFAC09
(175,172,9)
0 Favorites   0 Comments

Color spaces of #afac09

RGB 1751729
HSL0.160.900.36
HSV59°95°69°
CMYK 0.000.020.95   0.31
XYZ32.481038.63876.0045
Yxy38.63870.42120.5010
Hunter Lab62.1600-15.507037.7848
CIE-Lab68.4887-14.606069.5438

#afac09 color RGB value is (175,172,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00001001
Octal 257 254 11
Decimal 175 172 9
Hex AF AC 9

RGB Percentages of Color #afac09

%49.16
%48.31
%2.53

CMYK Percentages of Color #afac09

%0
%2
%95
%31

Triadic Colors of #afac09

#afac09 #09afac #ac09af

Analogous Colors of #afac09

#afac09 #5faf09 #af5909

Monochromatic Colors of #afac09

#afac09

Complementary Color

#afac09 #090caf

#afac09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac09 Color CSS Codes

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

#afac09 Text Font Color

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

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


#afac09 Background Color

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

This div background color is #afac09


#afac09 Border Color

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

This div border color is #afac09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac09


Comments

No comments written yet.

Please login to write comment.