Color Hex Logo

#afc22f Color Hex

#AFC22F
(175,194,47)
0 Favorites   0 Comments

Color spaces of #afc22f

RGB 17519447
HSL0.190.610.47
HSV68°76°76°
CMYK 0.100.000.76   0.24
XYZ37.484147.90289.9599
Yxy47.90280.39310.5024
Hunter Lab69.2118-24.447839.9162
CIE-Lab74.7636-24.554466.3744

#afc22f color RGB value is (175,194,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 00101111
Octal 257 302 57
Decimal 175 194 47
Hex AF C2 2F

RGB Percentages of Color #afc22f

%42.07
%46.63
%11.30

CMYK Percentages of Color #afc22f

%10
%0
%76
%24

Triadic Colors of #afc22f

#afc22f #2fafc2 #c22faf

Analogous Colors of #afc22f

#afc22f #66c22f #c28c2f

Monochromatic Colors of #afc22f

#afc22f

Complementary Color

#afc22f #422fc2

#afc22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc22f Color CSS Codes

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

#afc22f Text Font Color

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

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


#afc22f Background Color

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

This div background color is #afc22f


#afc22f Border Color

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

This div border color is #afc22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc22f


Comments

No comments written yet.

Please login to write comment.