Color Hex Logo

#afd97a Color Hex

#AFD97A
(175,217,122)
0 Favorites   0 Comments

Color spaces of #afd97a

RGB 175217122
HSL0.240.560.66
HSV87°44°85°
CMYK 0.190.000.44   0.15
XYZ46.004960.144827.5967
Yxy60.14480.34400.4497
Hunter Lab77.5531-29.830733.1892
CIE-Lab81.9168-29.478042.2526

#afd97a color RGB value is (175,217,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 01111010
Octal 257 331 172
Decimal 175 217 122
Hex AF D9 7A

RGB Percentages of Color #afd97a

%34.05
%42.22
%23.74

CMYK Percentages of Color #afd97a

%19
%0
%44
%15

Triadic Colors of #afd97a

#afd97a #7aafd9 #d97aaf

Analogous Colors of #afd97a

#afd97a #80d97a #d9d47a

Monochromatic Colors of #afd97a

#afd97a

Complementary Color

#afd97a #a47ad9

#afd97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd97a Color CSS Codes

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

#afd97a Text Font Color

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

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


#afd97a Background Color

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

This div background color is #afd97a


#afd97a Border Color

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

This div border color is #afd97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd97a


Comments

No comments written yet.

Please login to write comment.