Color Hex Logo

#afc66f Color Hex

#AFC66F
(175,198,111)
0 Favorites   0 Comments

Color spaces of #afc66f

RGB 175198111
HSL0.210.430.61
HSV76°44°78°
CMYK 0.120.000.44   0.22
XYZ40.742550.649822.6680
Yxy50.64980.35720.4441
Hunter Lab71.1687-22.357930.9336
CIE-Lab76.4664-21.563440.8895

#afc66f color RGB value is (175,198,111).

#afc66f hex color red value is 175, green value is 198 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afc66f hue: 0.21 , saturation: 0.43 and the lightness value of afc66f is 0.61.

The process color (four color CMYK) of #afc66f color hex is 0.12, 0.00, 0.44, 0.22. Web safe color of #afc66f is #99cc66. Color #afc66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 01101111
Octal 257 306 157
Decimal 175 198 111
Hex AF C6 6F

RGB Percentages of Color #afc66f

%36.16
%40.91
%22.93

CMYK Percentages of Color #afc66f

%12
%0
%44
%22

Triadic Colors of #afc66f

#afc66f #6fafc6 #c66faf

Analogous Colors of #afc66f

#afc66f #84c66f #c6b26f

Monochromatic Colors of #afc66f

#afc66f

Complementary Color

#afc66f #866fc6

#afc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc66f Color CSS Codes

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

#afc66f Text Font Color

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

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


#afc66f Background Color

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

This div background color is #afc66f


#afc66f Border Color

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

This div border color is #afc66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc66f


Comments

No comments written yet.

Please login to write comment.