Color Hex Logo

#afc29c Color Hex

#AFC29C
(175,194,156)
0 Favorites   0 Comments

Color spaces of #afc29c

RGB 175194156
HSL0.250.240.69
HSV90°20°76°
CMYK 0.100.000.20   0.24
XYZ42.971750.097838.8575
Yxy50.09780.32570.3797
Hunter Lab70.7798-15.494116.9962
CIE-Lab76.1293-13.356216.9808

#afc29c color RGB value is (175,194,156).

#afc29c hex color red value is 175, green value is 194 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afc29c hue: 0.25 , saturation: 0.24 and the lightness value of afc29c is 0.69.

The process color (four color CMYK) of #afc29c color hex is 0.10, 0.00, 0.20, 0.24. Web safe color of #afc29c is #99cc99. Color #afc29c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 10011100
Octal 257 302 234
Decimal 175 194 156
Hex AF C2 9C

RGB Percentages of Color #afc29c

%33.33
%36.95
%29.71

CMYK Percentages of Color #afc29c

%10
%0
%20
%24

Triadic Colors of #afc29c

#afc29c #9cafc2 #c29caf

Analogous Colors of #afc29c

#afc29c #9cc29c #c2c29c

Monochromatic Colors of #afc29c

#afc29c

Complementary Color

#afc29c #af9cc2

#afc29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc29c Color CSS Codes

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

#afc29c Text Font Color

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

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


#afc29c Background Color

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

This div background color is #afc29c


#afc29c Border Color

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

This div border color is #afc29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc29c


Comments

No comments written yet.

Please login to write comment.