Color Hex Logo

#afc16f Color Hex

#AFC16F
(175,193,111)
0 Favorites   0 Comments

Color spaces of #afc16f

RGB 175193111
HSL0.200.400.60
HSV73°42°76°
CMYK 0.090.000.42   0.24
XYZ39.618448.401622.2933
Yxy48.40160.35910.4388
Hunter Lab69.5713-20.100229.7011
CIE-Lab75.0775-19.076539.1517

#afc16f color RGB value is (175,193,111).

#afc16f hex color red value is 175, green value is 193 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afc16f hue: 0.20 , saturation: 0.40 and the lightness value of afc16f is 0.60.

The process color (four color CMYK) of #afc16f color hex is 0.09, 0.00, 0.42, 0.24. Web safe color of #afc16f is #99cc66. Color #afc16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01101111
Octal 257 301 157
Decimal 175 193 111
Hex AF C1 6F

RGB Percentages of Color #afc16f

%36.53
%40.29
%23.17

CMYK Percentages of Color #afc16f

%9
%0
%42
%24

Triadic Colors of #afc16f

#afc16f #6fafc1 #c16faf

Analogous Colors of #afc16f

#afc16f #86c16f #c1aa6f

Monochromatic Colors of #afc16f

#afc16f

Complementary Color

#afc16f #816fc1

#afc16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc16f Color CSS Codes

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

#afc16f Text Font Color

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

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


#afc16f Background Color

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

This div background color is #afc16f


#afc16f Border Color

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

This div border color is #afc16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc16f


Comments

No comments written yet.

Please login to write comment.