Color Hex Logo

#afc20f Color Hex

#AFC20F
(175,194,15)
0 Favorites   0 Comments

Color spaces of #afc20f

RGB 17519415
HSL0.180.860.41
HSV66°92°76°
CMYK 0.100.000.92   0.24
XYZ37.057247.73207.7120
Yxy47.73200.40060.5160
Hunter Lab69.0883-25.161841.7436
CIE-Lab74.6556-25.486273.5532

#afc20f color RGB value is (175,194,15).

#afc20f hex color red value is 175, green value is 194 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #afc20f hue: 0.18 , saturation: 0.86 and the lightness value of afc20f is 0.41.

The process color (four color CMYK) of #afc20f color hex is 0.10, 0.00, 0.92, 0.24. Web safe color of #afc20f is #99cc00. Color #afc20f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 00001111
Octal 257 302 17
Decimal 175 194 15
Hex AF C2 F

RGB Percentages of Color #afc20f

%45.57
%50.52
%3.91

CMYK Percentages of Color #afc20f

%10
%0
%92
%24

Triadic Colors of #afc20f

#afc20f #0fafc2 #c20faf

Analogous Colors of #afc20f

#afc20f #56c20f #c27c0f

Monochromatic Colors of #afc20f

#afc20f

Complementary Color

#afc20f #220fc2

#afc20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc20f Color CSS Codes

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

#afc20f Text Font Color

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

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


#afc20f Background Color

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

This div background color is #afc20f


#afc20f Border Color

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

This div border color is #afc20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc20f


Comments

No comments written yet.

Please login to write comment.