Color Hex Logo

#afd37f Color Hex

#AFD37F
(175,211,127)
0 Favorites   0 Comments

Color spaces of #afd37f

RGB 175211127
HSL0.240.490.66
HSV86°40°83°
CMYK 0.170.000.40   0.17
XYZ44.804257.234828.7647
Yxy57.23480.34250.4376
Hunter Lab75.6537-26.681330.4146
CIE-Lab80.3115-26.003837.7238

#afd37f color RGB value is (175,211,127).

#afd37f hex color red value is 175, green value is 211 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afd37f hue: 0.24 , saturation: 0.49 and the lightness value of afd37f is 0.66.

The process color (four color CMYK) of #afd37f color hex is 0.17, 0.00, 0.40, 0.17. Web safe color of #afd37f is #99cc66. Color #afd37f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01111111
Octal 257 323 177
Decimal 175 211 127
Hex AF D3 7F

RGB Percentages of Color #afd37f

%34.11
%41.13
%24.76

CMYK Percentages of Color #afd37f

%17
%0
%40
%17

Triadic Colors of #afd37f

#afd37f #7fafd3 #d37faf

Analogous Colors of #afd37f

#afd37f #85d37f #d3cd7f

Monochromatic Colors of #afd37f

#afd37f

Complementary Color

#afd37f #a37fd3

#afd37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd37f Color CSS Codes

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

#afd37f Text Font Color

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

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


#afd37f Background Color

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

This div background color is #afd37f


#afd37f Border Color

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

This div border color is #afd37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd37f


Comments

No comments written yet.

Please login to write comment.