Color Hex Logo

#afd98f Color Hex

#AFD98F
(175,217,143)
0 Favorites   0 Comments

Color spaces of #afd98f

RGB 175217143
HSL0.260.490.71
HSV94°34°85°
CMYK 0.190.000.34   0.15
XYZ47.450060.722835.2064
Yxy60.72280.33090.4235
Hunter Lab77.9248-27.676227.7602
CIE-Lab82.2295-26.757432.0886

#afd98f color RGB value is (175,217,143).

#afd98f hex color red value is 175, green value is 217 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afd98f hue: 0.26 , saturation: 0.49 and the lightness value of afd98f is 0.71.

The process color (four color CMYK) of #afd98f color hex is 0.19, 0.00, 0.34, 0.15. Web safe color of #afd98f is #99cc99. Color #afd98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 10001111
Octal 257 331 217
Decimal 175 217 143
Hex AF D9 8F

RGB Percentages of Color #afd98f

%32.71
%40.56
%26.73

CMYK Percentages of Color #afd98f

%19
%0
%34
%15

Triadic Colors of #afd98f

#afd98f #8fafd9 #d98faf

Analogous Colors of #afd98f

#afd98f #8fd994 #d4d98f

Monochromatic Colors of #afd98f

#afd98f

Complementary Color

#afd98f #b98fd9

#afd98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd98f Color CSS Codes

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

#afd98f Text Font Color

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

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


#afd98f Background Color

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

This div background color is #afd98f


#afd98f Border Color

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

This div border color is #afd98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd98f


Comments

No comments written yet.

Please login to write comment.