Color Hex Logo

#afc66c Color Hex

#AFC66C
(175,198,108)
0 Favorites   0 Comments

Color spaces of #afc66c

RGB 175198108
HSL0.210.440.60
HSV75°45°78°
CMYK 0.120.000.45   0.22
XYZ40.580150.584821.8124
Yxy50.58480.35920.4477
Hunter Lab71.1230-22.619931.6027
CIE-Lab76.4268-21.894442.3318

#afc66c color RGB value is (175,198,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 01101100
Octal 257 306 154
Decimal 175 198 108
Hex AF C6 6C

RGB Percentages of Color #afc66c

%36.38
%41.16
%22.45

CMYK Percentages of Color #afc66c

%12
%0
%45
%22

Triadic Colors of #afc66c

#afc66c #6cafc6 #c66caf

Analogous Colors of #afc66c

#afc66c #82c66c #c6b06c

Monochromatic Colors of #afc66c

#afc66c

Complementary Color

#afc66c #836cc6

#afc66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc66c Color CSS Codes

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

#afc66c Text Font Color

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

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


#afc66c Background Color

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

This div background color is #afc66c


#afc66c Border Color

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

This div border color is #afc66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc66c


Comments

No comments written yet.

Please login to write comment.