Color Hex Logo

#afc196 Color Hex

#AFC196
(175,193,150)
0 Favorites   0 Comments

Color spaces of #afc196

RGB 175193150
HSL0.240.260.67
HSV85°22°76°
CMYK 0.090.000.22   0.24
XYZ42.254249.455936.1731
Yxy49.45590.33040.3867
Hunter Lab70.3249-15.818118.7304
CIE-Lab75.7341-13.800719.6445

#afc196 color RGB value is (175,193,150).

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

The process color (four color CMYK) of #afc196 color hex is 0.09, 0.00, 0.22, 0.24. Web safe color of #afc196 is #99cc99. Color #afc196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 10010110
Octal 257 301 226
Decimal 175 193 150
Hex AF C1 96

RGB Percentages of Color #afc196

%33.78
%37.26
%28.96

CMYK Percentages of Color #afc196

%9
%0
%22
%24

Triadic Colors of #afc196

#afc196 #96afc1 #c196af

Analogous Colors of #afc196

#afc196 #9ac196 #c1be96

Monochromatic Colors of #afc196

#afc196

Complementary Color

#afc196 #a896c1

#afc196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc196 Color CSS Codes

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

#afc196 Text Font Color

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

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


#afc196 Background Color

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

This div background color is #afc196


#afc196 Border Color

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

This div border color is #afc196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc196


Comments

No comments written yet.

Please login to write comment.