Color Hex Logo

#afc44f Color Hex

#AFC44F
(175,196,79)
0 Favorites   0 Comments

Color spaces of #afc44f

RGB 17519679
HSL0.200.500.54
HSV71°60°77°
CMYK 0.110.000.60   0.23
XYZ38.830449.158314.8391
Yxy49.15830.37760.4781
Hunter Lab70.1130-23.839836.5306
CIE-Lab75.5497-23.604654.9213

#afc44f color RGB value is (175,196,79).

#afc44f hex color red value is 175, green value is 196 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #afc44f hue: 0.20 , saturation: 0.50 and the lightness value of afc44f is 0.54.

The process color (four color CMYK) of #afc44f color hex is 0.11, 0.00, 0.60, 0.23. Web safe color of #afc44f is #99cc66. Color #afc44f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 01001111
Octal 257 304 117
Decimal 175 196 79
Hex AF C4 4F

RGB Percentages of Color #afc44f

%38.89
%43.56
%17.56

CMYK Percentages of Color #afc44f

%11
%0
%60
%23

Triadic Colors of #afc44f

#afc44f #4fafc4 #c44faf

Analogous Colors of #afc44f

#afc44f #75c44f #c49f4f

Monochromatic Colors of #afc44f

#afc44f

Complementary Color

#afc44f #644fc4

#afc44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc44f Color CSS Codes

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

#afc44f Text Font Color

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

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


#afc44f Background Color

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

This div background color is #afc44f


#afc44f Border Color

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

This div border color is #afc44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc44f


Comments

No comments written yet.

Please login to write comment.