Color Hex Logo

#afc77d Color Hex

#AFC77D
(175,199,125)
0 Favorites   0 Comments

Color spaces of #afc77d

RGB 175199125
HSL0.220.400.64
HSV79°37°78°
CMYK 0.120.000.37   0.22
XYZ41.804351.441527.1279
Yxy51.44150.34730.4273
Hunter Lab71.7227-21.474327.7805
CIE-Lab76.9457-20.382334.4025

#afc77d color RGB value is (175,199,125).

#afc77d hex color red value is 175, green value is 199 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afc77d hue: 0.22 , saturation: 0.40 and the lightness value of afc77d is 0.64.

The process color (four color CMYK) of #afc77d color hex is 0.12, 0.00, 0.37, 0.22. Web safe color of #afc77d is #99cc66. Color #afc77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 01111101
Octal 257 307 175
Decimal 175 199 125
Hex AF C7 7D

RGB Percentages of Color #afc77d

%35.07
%39.88
%25.05

CMYK Percentages of Color #afc77d

%12
%0
%37
%22

Triadic Colors of #afc77d

#afc77d #7dafc7 #c77daf

Analogous Colors of #afc77d

#afc77d #8ac77d #c7ba7d

Monochromatic Colors of #afc77d

#afc77d

Complementary Color

#afc77d #957dc7

#afc77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc77d Color CSS Codes

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

#afc77d Text Font Color

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

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


#afc77d Background Color

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

This div background color is #afc77d


#afc77d Border Color

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

This div border color is #afc77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc77d


Comments

No comments written yet.

Please login to write comment.