Color Hex Logo

#afd77f Color Hex

#AFD77F
(175,215,127)
0 Favorites   0 Comments

Color spaces of #afd77f

RGB 175215127
HSL0.240.520.67
HSV87°41°84°
CMYK 0.190.000.41   0.16
XYZ45.810459.247129.1001
Yxy59.24710.34150.4416
Hunter Lab76.9721-28.466031.4653
CIE-Lab81.4272-27.921639.1506

#afd77f color RGB value is (175,215,127).

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

The process color (four color CMYK) of #afd77f color hex is 0.19, 0.00, 0.41, 0.16. Web safe color of #afd77f is #99cc66. Color #afd77f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 01111111
Octal 257 327 177
Decimal 175 215 127
Hex AF D7 7F

RGB Percentages of Color #afd77f

%33.85
%41.59
%24.56

CMYK Percentages of Color #afd77f

%19
%0
%41
%16

Triadic Colors of #afd77f

#afd77f #7fafd7 #d77faf

Analogous Colors of #afd77f

#afd77f #83d77f #d7d37f

Monochromatic Colors of #afd77f

#afd77f

Complementary Color

#afd77f #a77fd7

#afd77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd77f Color CSS Codes

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

#afd77f Text Font Color

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

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


#afd77f Background Color

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

This div background color is #afd77f


#afd77f Border Color

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

This div border color is #afd77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd77f

#afd77f Color Palettes


Comments

No comments written yet.

Please login to write comment.