Color Hex Logo

#afd16f Color Hex

#AFD16F
(175,209,111)
0 Favorites   0 Comments

Color spaces of #afd16f

RGB 175209111
HSL0.220.520.63
HSV81°47°82°
CMYK 0.160.000.47   0.18
XYZ43.348955.862623.5368
Yxy55.86260.35320.4551
Hunter Lab74.7413-27.269833.6479
CIE-Lab79.5356-26.919044.6857

#afd16f color RGB value is (175,209,111).

#afd16f hex color red value is 175, green value is 209 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afd16f hue: 0.22 , saturation: 0.52 and the lightness value of afd16f is 0.63.

The process color (four color CMYK) of #afd16f color hex is 0.16, 0.00, 0.47, 0.18. Web safe color of #afd16f is #99cc66. Color #afd16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01101111
Octal 257 321 157
Decimal 175 209 111
Hex AF D1 6F

RGB Percentages of Color #afd16f

%35.35
%42.22
%22.42

CMYK Percentages of Color #afd16f

%16
%0
%47
%18

Triadic Colors of #afd16f

#afd16f #6fafd1 #d16faf

Analogous Colors of #afd16f

#afd16f #7ed16f #d1c26f

Monochromatic Colors of #afd16f

#afd16f

Complementary Color

#afd16f #916fd1

#afd16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd16f Color CSS Codes

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

#afd16f Text Font Color

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

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


#afd16f Background Color

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

This div background color is #afd16f


#afd16f Border Color

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

This div border color is #afd16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd16f


Comments

No comments written yet.

Please login to write comment.