Color Hex Logo

#afc49f Color Hex

#AFC49F
(175,196,159)
0 Favorites   0 Comments

Color spaces of #afc49f

RGB 175196159
HSL0.260.240.70
HSV94°19°77°
CMYK 0.110.000.19   0.23
XYZ43.677151.097040.3616
Yxy51.09700.32320.3781
Hunter Lab71.4822-16.026616.5601
CIE-Lab76.7377-13.890516.2226

#afc49f color RGB value is (175,196,159).

#afc49f hex color red value is 175, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #afc49f hue: 0.26 , saturation: 0.24 and the lightness value of afc49f is 0.70.

The process color (four color CMYK) of #afc49f color hex is 0.11, 0.00, 0.19, 0.23. Web safe color of #afc49f is #99cc99. Color #afc49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 10011111
Octal 257 304 237
Decimal 175 196 159
Hex AF C4 9F

RGB Percentages of Color #afc49f

%33.02
%36.98
%30.00

CMYK Percentages of Color #afc49f

%11
%0
%19
%23

Triadic Colors of #afc49f

#afc49f #9fafc4 #c49faf

Analogous Colors of #afc49f

#afc49f #9fc4a2 #c2c49f

Monochromatic Colors of #afc49f

#afc49f

Complementary Color

#afc49f #b49fc4

#afc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc49f Color CSS Codes

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

#afc49f Text Font Color

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

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


#afc49f Background Color

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

This div background color is #afc49f


#afc49f Border Color

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

This div border color is #afc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc49f


Comments

No comments written yet.

Please login to write comment.