Color Hex Logo

#afd979 Color Hex

#AFD979
(175,217,121)
0 Favorites   0 Comments

Color spaces of #afd979

RGB 175217121
HSL0.240.560.66
HSV86°44°85°
CMYK 0.190.000.44   0.15
XYZ45.943260.120127.2720
Yxy60.12010.34460.4509
Hunter Lab77.5372-29.923233.4220
CIE-Lab81.9034-29.595842.7279

#afd979 color RGB value is (175,217,121).

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

The process color (four color CMYK) of #afd979 color hex is 0.19, 0.00, 0.44, 0.15. Web safe color of #afd979 is #99cc66. Color #afd979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 01111001
Octal 257 331 171
Decimal 175 217 121
Hex AF D9 79

RGB Percentages of Color #afd979

%34.11
%42.30
%23.59

CMYK Percentages of Color #afd979

%19
%0
%44
%15

Triadic Colors of #afd979

#afd979 #79afd9 #d979af

Analogous Colors of #afd979

#afd979 #7fd979 #d9d379

Monochromatic Colors of #afd979

#afd979

Complementary Color

#afd979 #a379d9

#afd979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd979 Color CSS Codes

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

#afd979 Text Font Color

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

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


#afd979 Background Color

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

This div background color is #afd979


#afd979 Border Color

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

This div border color is #afd979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd979


Comments

No comments written yet.

Please login to write comment.