Color Hex Logo

#afd976 Color Hex

#AFD976
(175,217,118)
0 Favorites   0 Comments

Color spaces of #afd976

RGB 175217118
HSL0.240.570.66
HSV85°46°85°
CMYK 0.190.000.46   0.15
XYZ45.762160.047726.3180
Yxy60.04770.34630.4545
Hunter Lab77.4905-30.194934.1067
CIE-Lab81.8641-29.942644.1476

#afd976 color RGB value is (175,217,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 01110110
Octal 257 331 166
Decimal 175 217 118
Hex AF D9 76

RGB Percentages of Color #afd976

%34.31
%42.55
%23.14

CMYK Percentages of Color #afd976

%19
%0
%46
%15

Triadic Colors of #afd976

#afd976 #76afd9 #d976af

Analogous Colors of #afd976

#afd976 #7ed976 #d9d276

Monochromatic Colors of #afd976

#afd976

Complementary Color

#afd976 #a076d9

#afd976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd976 Color CSS Codes

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

#afd976 Text Font Color

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

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


#afd976 Background Color

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

This div background color is #afd976


#afd976 Border Color

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

This div border color is #afd976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd976


Comments

No comments written yet.

Please login to write comment.