Color Hex Logo

#afd49c Color Hex

#AFD49C
(175,212,156)
0 Favorites   0 Comments

Color spaces of #afd49c

RGB 175212156
HSL0.280.390.72
HSV100°26°83°
CMYK 0.170.000.26   0.17
XYZ47.223458.601240.2747
Yxy58.60120.32320.4011
Hunter Lab76.5514-23.851122.3928
CIE-Lab81.0719-22.400223.7985

#afd49c color RGB value is (175,212,156).

#afd49c hex color red value is 175, green value is 212 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #afd49c hue: 0.28 , saturation: 0.39 and the lightness value of afd49c is 0.72.

The process color (four color CMYK) of #afd49c color hex is 0.17, 0.00, 0.26, 0.17. Web safe color of #afd49c is #99cc99. Color #afd49c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10011100
Octal 257 324 234
Decimal 175 212 156
Hex AF D4 9C

RGB Percentages of Color #afd49c

%32.23
%39.04
%28.73

CMYK Percentages of Color #afd49c

%17
%0
%26
%17

Triadic Colors of #afd49c

#afd49c #9cafd4 #d49caf

Analogous Colors of #afd49c

#afd49c #9cd4a5 #cbd49c

Monochromatic Colors of #afd49c

#afd49c

Complementary Color

#afd49c #c19cd4

#afd49c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd49c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd49c Color CSS Codes

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

#afd49c Text Font Color

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

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


#afd49c Background Color

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

This div background color is #afd49c


#afd49c Border Color

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

This div border color is #afd49c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd49c


Comments

No comments written yet.

Please login to write comment.