Color Hex Logo

#afc12f Color Hex

#AFC12F
(175,193,47)
0 Favorites   0 Comments

Color spaces of #afc12f

RGB 17519347
HSL0.190.610.47
HSV67°76°76°
CMYK 0.090.000.76   0.24
XYZ37.262347.45919.8859
Yxy47.45910.39390.5016
Hunter Lab68.8906-24.009439.7152
CIE-Lab74.4825-24.067466.1134

#afc12f color RGB value is (175,193,47).

#afc12f hex color red value is 175, green value is 193 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #afc12f hue: 0.19 , saturation: 0.61 and the lightness value of afc12f is 0.47.

The process color (four color CMYK) of #afc12f color hex is 0.09, 0.00, 0.76, 0.24. Web safe color of #afc12f is #99cc33. Color #afc12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 00101111
Octal 257 301 57
Decimal 175 193 47
Hex AF C1 2F

RGB Percentages of Color #afc12f

%42.17
%46.51
%11.33

CMYK Percentages of Color #afc12f

%9
%0
%76
%24

Triadic Colors of #afc12f

#afc12f #2fafc1 #c12faf

Analogous Colors of #afc12f

#afc12f #66c12f #c18a2f

Monochromatic Colors of #afc12f

#afc12f

Complementary Color

#afc12f #412fc1

#afc12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc12f Color CSS Codes

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

#afc12f Text Font Color

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

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


#afc12f Background Color

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

This div background color is #afc12f


#afc12f Border Color

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

This div border color is #afc12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc12f


Comments

No comments written yet.

Please login to write comment.