Color Hex Logo

#afd716 Color Hex

#AFD716
(175,215,22)
0 Favorites   0 Comments

Color spaces of #afd716

RGB 17521522
HSL0.200.810.46
HSV72°90°84°
CMYK 0.190.000.90   0.16
XYZ42.124557.77289.6901
Yxy57.77280.38440.5272
Hunter Lab76.0084-34.088545.6472
CIE-Lab80.6123-35.218477.2795

#afd716 color RGB value is (175,215,22).

#afd716 hex color red value is 175, green value is 215 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #afd716 hue: 0.20 , saturation: 0.81 and the lightness value of afd716 is 0.46.

The process color (four color CMYK) of #afd716 color hex is 0.19, 0.00, 0.90, 0.16. Web safe color of #afd716 is #99cc00. Color #afd716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 00010110
Octal 257 327 26
Decimal 175 215 22
Hex AF D7 16

RGB Percentages of Color #afd716

%42.48
%52.18
%5.34

CMYK Percentages of Color #afd716

%19
%0
%90
%16

Triadic Colors of #afd716

#afd716 #16afd7 #d716af

Analogous Colors of #afd716

#afd716 #4fd716 #d79f16

Monochromatic Colors of #afd716

#afd716

Complementary Color

#afd716 #3e16d7

#afd716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd716 Color CSS Codes

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

#afd716 Text Font Color

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

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


#afd716 Background Color

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

This div background color is #afd716


#afd716 Border Color

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

This div border color is #afd716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd716


Comments

No comments written yet.

Please login to write comment.