Color Hex Logo

#afc79b Color Hex

#AFC79B
(175,199,155)
0 Favorites   0 Comments

Color spaces of #afc79b

RGB 175199155
HSL0.260.280.69
HSV93°22°78°
CMYK 0.120.000.22   0.22
XYZ44.019052.327438.7905
Yxy52.32740.32570.3872
Hunter Lab72.3377-17.969918.8426
CIE-Lab77.4762-16.069419.3847

#afc79b color RGB value is (175,199,155).

#afc79b hex color red value is 175, green value is 199 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #afc79b hue: 0.26 , saturation: 0.28 and the lightness value of afc79b is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10011011
Octal 257 307 233
Decimal 175 199 155
Hex AF C7 9B

RGB Percentages of Color #afc79b

%33.08
%37.62
%29.30

CMYK Percentages of Color #afc79b

%12
%0
%22
%22

Triadic Colors of #afc79b

#afc79b #9bafc7 #c79baf

Analogous Colors of #afc79b

#afc79b #9bc79d #c5c79b

Monochromatic Colors of #afc79b

#afc79b

Complementary Color

#afc79b #b39bc7

#afc79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc79b Color CSS Codes

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

#afc79b Text Font Color

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

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


#afc79b Background Color

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

This div background color is #afc79b


#afc79b Border Color

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

This div border color is #afc79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc79b


Comments

No comments written yet.

Please login to write comment.