Color Hex Logo

#afc579 Color Hex

#AFC579
(175,197,121)
0 Favorites   0 Comments

Color spaces of #afc579

RGB 175197121
HSL0.210.400.62
HSV77°39°77°
CMYK 0.110.000.39   0.23
XYZ41.096650.426925.6565
Yxy50.42690.35070.4303
Hunter Lab71.0119-20.967828.2869
CIE-Lab76.3305-19.888835.6597

#afc579 color RGB value is (175,197,121).

#afc579 hex color red value is 175, green value is 197 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #afc579 hue: 0.21 , saturation: 0.40 and the lightness value of afc579 is 0.62.

The process color (four color CMYK) of #afc579 color hex is 0.11, 0.00, 0.39, 0.23. Web safe color of #afc579 is #99cc66. Color #afc579 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01111001
Octal 257 305 171
Decimal 175 197 121
Hex AF C5 79

RGB Percentages of Color #afc579

%35.50
%39.96
%24.54

CMYK Percentages of Color #afc579

%11
%0
%39
%23

Triadic Colors of #afc579

#afc579 #79afc5 #c579af

Analogous Colors of #afc579

#afc579 #89c579 #c5b579

Monochromatic Colors of #afc579

#afc579

Complementary Color

#afc579 #8f79c5

#afc579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc579 Color CSS Codes

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

#afc579 Text Font Color

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

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


#afc579 Background Color

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

This div background color is #afc579


#afc579 Border Color

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

This div border color is #afc579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc579


Comments

No comments written yet.

Please login to write comment.