Color Hex Logo

#afc509 Color Hex

#AFC509
(175,197,9)
0 Favorites   0 Comments

Color spaces of #afc509

RGB 1751979
HSL0.190.910.40
HSV67°95°77°
CMYK 0.110.000.95   0.23
XYZ37.694849.06627.7424
Yxy49.06620.39890.5192
Hunter Lab70.0473-26.525842.4797
CIE-Lab75.4925-27.010674.8875

#afc509 color RGB value is (175,197,9).

#afc509 hex color red value is 175, green value is 197 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #afc509 hue: 0.19 , saturation: 0.91 and the lightness value of afc509 is 0.40.

The process color (four color CMYK) of #afc509 color hex is 0.11, 0.00, 0.95, 0.23. Web safe color of #afc509 is #99cc00. Color #afc509 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00001001
Octal 257 305 11
Decimal 175 197 9
Hex AF C5 9

RGB Percentages of Color #afc509

%45.93
%51.71
%2.36

CMYK Percentages of Color #afc509

%11
%0
%95
%23

Triadic Colors of #afc509

#afc509 #09afc5 #c509af

Analogous Colors of #afc509

#afc509 #51c509 #c57d09

Monochromatic Colors of #afc509

#afc509

Complementary Color

#afc509 #1f09c5

#afc509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc509 Color CSS Codes

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

#afc509 Text Font Color

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

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


#afc509 Background Color

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

This div background color is #afc509


#afc509 Border Color

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

This div border color is #afc509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc509


Comments

No comments written yet.

Please login to write comment.