Color Hex Logo

#afc32f Color Hex

#AFC32F
(175,195,47)
0 Favorites   0 Comments

Color spaces of #afc32f

RGB 17519547
HSL0.190.610.47
HSV68°76°76°
CMYK 0.100.000.76   0.24
XYZ37.707448.349410.0343
Yxy48.34940.39240.5032
Hunter Lab69.5337-24.885440.1176
CIE-Lab75.0448-25.039866.6354

#afc32f color RGB value is (175,195,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 00101111
Octal 257 303 57
Decimal 175 195 47
Hex AF C3 2F

RGB Percentages of Color #afc32f

%41.97
%46.76
%11.27

CMYK Percentages of Color #afc32f

%10
%0
%76
%24

Triadic Colors of #afc32f

#afc32f #2fafc3 #c32faf

Analogous Colors of #afc32f

#afc32f #65c32f #c38d2f

Monochromatic Colors of #afc32f

#afc32f

Complementary Color

#afc32f #432fc3

#afc32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc32f Color CSS Codes

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

#afc32f Text Font Color

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

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


#afc32f Background Color

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

This div background color is #afc32f


#afc32f Border Color

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

This div border color is #afc32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc32f


Comments

No comments written yet.

Please login to write comment.