Color Hex Logo

#afdc7f Color Hex

#AFDC7F
(175,220,127)
0 Favorites   0 Comments

Color spaces of #afdc7f

RGB 175220127
HSL0.250.570.68
HSV89°42°86°
CMYK 0.200.000.42   0.14
XYZ47.103261.832729.5310
Yxy61.83270.34020.4466
Hunter Lab78.6338-30.684032.7772
CIE-Lab82.8244-30.290240.9267

#afdc7f color RGB value is (175,220,127).

#afdc7f hex color red value is 175, green value is 220 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afdc7f hue: 0.25 , saturation: 0.57 and the lightness value of afdc7f is 0.68.

The process color (four color CMYK) of #afdc7f color hex is 0.20, 0.00, 0.42, 0.14. Web safe color of #afdc7f is #99cc66. Color #afdc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 01111111
Octal 257 334 177
Decimal 175 220 127
Hex AF DC 7F

RGB Percentages of Color #afdc7f

%33.52
%42.15
%24.33

CMYK Percentages of Color #afdc7f

%20
%0
%42
%14

Triadic Colors of #afdc7f

#afdc7f #7fafdc #dc7faf

Analogous Colors of #afdc7f

#afdc7f #81dc7f #dcdb7f

Monochromatic Colors of #afdc7f

#afdc7f

Complementary Color

#afdc7f #ac7fdc

#afdc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc7f Color CSS Codes

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

#afdc7f Text Font Color

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

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


#afdc7f Background Color

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

This div background color is #afdc7f


#afdc7f Border Color

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

This div border color is #afdc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc7f


Comments

No comments written yet.

Please login to write comment.